mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-27 05:18:38 +02:00
Fix typo in stream_plugin.md (#1333)
This commit is contained in:
parent
cf2be07155
commit
9fbf273caa
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ Snapserver will send the `SetProperty` command to the plugin, if `canControl` is
|
||||||
* `track`: the current track will start again from the begining once it has finished playing
|
* `track`: the current track will start again from the begining once it has finished playing
|
||||||
* `playlist`: the playback loops through a list of tracks
|
* `playlist`: the playback loops through a list of tracks
|
||||||
* `shuffle`: [bool] play playlist in random order
|
* `shuffle`: [bool] play playlist in random order
|
||||||
* `volume`: [int] voume in percent, valid range [0..100]
|
* `volume`: [int] volume in percent, valid range [0..100]
|
||||||
* `mute`: [bool] the current mute state
|
* `mute`: [bool] the current mute state
|
||||||
* `rate`: [float] the current playback rate, valid range (0..)
|
* `rate`: [float] the current playback rate, valid range (0..)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue