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

@@ -5,22 +5,11 @@
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
} }
}, },
"SpotifyImport": { "SpotifyImport": {
"Enabled": false, "Enabled": false,
"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,