Skip to content

Commit 3fb0014

Browse files
committed
fix(mpris): Remove done todo
1 parent 7710f6d commit 3fb0014

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mpris_event_handler.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ impl MprisPlayerService {
516516

517517
#[zbus(property)]
518518
async fn set_loop_status(&mut self, value: LoopStatus) -> zbus::fdo::Result<()> {
519-
// TODO: implement, notify change
520519
match value {
521520
LoopStatus::None => {
522521
if let Some(spirc) = &self.spirc {

0 commit comments

Comments
 (0)