docs: Add quotes around repeat values

This commit is contained in:
darkylein
2024-03-15 17:33:02 +01:00
committed by GitHub
parent dc90772bfe
commit 2a0f36f838

View File

@@ -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`<sup>[1]</sup> | Set maximum scaling ratio for cover art | Number | `1.0` |