Remove hardcoded playlists from appsettings - use web UI instead

This commit is contained in:
2026-02-03 16:14:28 -05:00
parent 2c1297ebec
commit 5af2bb1113
2 changed files with 8 additions and 30 deletions

View File

@@ -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
}
]
} }
} }

View File

@@ -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,