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 51ec4c9 commit a28e6b4Copy full SHA for a28e6b4
src/mpris_event_handler.rs
@@ -662,7 +662,7 @@ impl MprisPlayerService {
662
// This value should always be 1.0 or less.
663
#[zbus(property(emits_changed_signal = "true"))]
664
async fn minimum_rate(&self) -> PlaybackRate {
665
- // TODO: implement
+ // Setting minimum and maximum rate to 1 disallow client to set rate.
666
1.0
667
}
668
@@ -672,7 +672,7 @@ impl MprisPlayerService {
672
// This value should always be 1.0 or greater.
673
674
async fn maximum_rate(&self) -> PlaybackRate {
675
676
677
678
0 commit comments