diff --git a/allstarr/appsettings.Development.json b/allstarr/appsettings.Development.json index f1324b3..511dd3e 100644 --- a/allstarr/appsettings.Development.json +++ b/allstarr/appsettings.Development.json @@ -5,22 +5,11 @@ "Microsoft.AspNetCore": "Warning" } }, - "SpotifyImport": { - "Enabled": false, - "SyncStartHour": 16, - "SyncStartMinute": 15, - "SyncWindowHours": 2, - "Playlists": [ - { - "Name": "Release Radar", - "SpotifyName": "Release Radar", - "Enabled": true - }, - { - "Name": "Discover Weekly", - "SpotifyName": "Discover Weekly", - "Enabled": true - } - ] - } + "SpotifyImport": { + "Enabled": false, + "SyncStartHour": 16, + "SyncStartMinute": 15, + "SyncWindowHours": 2, + "Playlists": [] + } } diff --git a/allstarr/appsettings.json b/allstarr/appsettings.json index 83185e6..ab6e01a 100644 --- a/allstarr/appsettings.json +++ b/allstarr/appsettings.json @@ -48,18 +48,7 @@ "SyncStartHour": 16, "SyncStartMinute": 15, "SyncWindowHours": 2, - "Playlists": [ - { - "Name": "Release Radar", - "SpotifyName": "Release Radar", - "Enabled": true - }, - { - "Name": "Discover Weekly", - "SpotifyName": "Discover Weekly", - "Enabled": true - } - ] + "Playlists": [] }, "SpotifyApi": { "Enabled": false,