Fix typo: max_playlists
Corrects the playlist settings key so it matches the code and config (max_playlists), avoiding mismatched or ignored limits when reading playlist settings.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
"cache_cleanup": 43200
|
||||
},
|
||||
"playlist_settings": {
|
||||
"max_playlist": 5,
|
||||
"max_playlists": 5,
|
||||
"max_tracks_per_playlist": 500,
|
||||
"default_playlist_name": "Favourite"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user