Skip to content

Commit f583f10

Browse files
committed
chore(mpris): Remove useless comment
1 parent da6ede9 commit f583f10

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
@@ -1207,7 +1207,6 @@ impl MprisTask {
12071207
cmd = self.cmd_rx.recv() => {
12081208
match cmd {
12091209
Some(MprisCommand::SetSpirc(spirc)) => {
1210-
// TODO: Update playback status, metadata, etc (?)
12111210
self.mpris_player_iface().await
12121211
.get_mut().await
12131212
.spirc = Some(spirc);

0 commit comments

Comments
 (0)