We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7710f6d commit 3fb0014Copy full SHA for 3fb0014
src/mpris_event_handler.rs
@@ -516,7 +516,6 @@ impl MprisPlayerService {
516
517
#[zbus(property)]
518
async fn set_loop_status(&mut self, value: LoopStatus) -> zbus::fdo::Result<()> {
519
- // TODO: implement, notify change
520
match value {
521
LoopStatus::None => {
522
if let Some(spirc) = &self.spirc {
0 commit comments