Skip to content

Commit a368079

Browse files
committed
chore(mpris): Remove useless comment
1 parent 4c37f2b commit a368079

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)