diff --git a/doc/users.md b/doc/users.md index 3dbcb7d..5e45362 100644 --- a/doc/users.md +++ b/doc/users.md @@ -256,7 +256,7 @@ Possible configuration values are: | `bitrate` | Audio bitrate to use for streaming | `96`, `160`, `320` | `320` | | `gapless` | Enable gapless playback | `true`, `false` | `true` | | `shuffle` | Set default shuffle state | `true`, `false` | `false` | -| `repeat` | Set default repeat mode | `off`, `track`, `playlist` | `off` | +| `repeat` | Set default repeat mode | `"off"`, `"track"`, `"playlist"` | `"off"` | | `playback_state` | Set default playback state | `"Stopped"`, `"Paused"`, `"Playing"`, `"Default"` | `"Paused"` | | `library_tabs` | Tabs to show in library screen | Array of `"tracks"`, `"albums"`, `"artists"`, `"playlists"`, `"podcasts"`, `"browse"` | All tabs | | `cover_max_scale`[1] | Set maximum scaling ratio for cover art | Number | `1.0` |