mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
Remove hardcoded playlists from appsettings - use web UI instead
This commit is contained in:
@@ -10,17 +10,6 @@
|
|||||||
"SyncStartHour": 16,
|
"SyncStartHour": 16,
|
||||||
"SyncStartMinute": 15,
|
"SyncStartMinute": 15,
|
||||||
"SyncWindowHours": 2,
|
"SyncWindowHours": 2,
|
||||||
"Playlists": [
|
"Playlists": []
|
||||||
{
|
|
||||||
"Name": "Release Radar",
|
|
||||||
"SpotifyName": "Release Radar",
|
|
||||||
"Enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "Discover Weekly",
|
|
||||||
"SpotifyName": "Discover Weekly",
|
|
||||||
"Enabled": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,18 +48,7 @@
|
|||||||
"SyncStartHour": 16,
|
"SyncStartHour": 16,
|
||||||
"SyncStartMinute": 15,
|
"SyncStartMinute": 15,
|
||||||
"SyncWindowHours": 2,
|
"SyncWindowHours": 2,
|
||||||
"Playlists": [
|
"Playlists": []
|
||||||
{
|
|
||||||
"Name": "Release Radar",
|
|
||||||
"SpotifyName": "Release Radar",
|
|
||||||
"Enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "Discover Weekly",
|
|
||||||
"SpotifyName": "Discover Weekly",
|
|
||||||
"Enabled": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"SpotifyApi": {
|
"SpotifyApi": {
|
||||||
"Enabled": false,
|
"Enabled": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user