We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb0014 commit 51ec4c9Copy full SHA for 51ec4c9
1 file changed
src/mpris_event_handler.rs
@@ -653,14 +653,6 @@ impl MprisPlayerService {
653
Ok(0)
654
}
655
656
- // Note that the `Position` property is not writable intentionally, see
657
- // the `set_position` method above.
658
- // #[zbus(property)]
659
- // async fn set_position(&self, _value: TimeInUs) -> zbus::fdo::Result<()> {
660
- // // TODO: implement
661
- // Err(zbus::fdo::Error::NotSupported("Player control not implemented".to_owned()))
662
- // }
663
-
664
// The minimum value which the `Rate` property can take. Clients should not attempt to set the
665
// `Rate` property below this value.
666
//
0 commit comments