mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +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
|
||||
* `playlist`: the playback loops through a list of tracks
|
||||
* `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
|
||||
* `rate`: [float] the current playback rate, valid range (0..)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue