mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 07:58:39 -05:00
refactor: reuse Jellyfin settings for Spotify feature
- Remove duplicate JellyfinUrl and ApiKey from SpotifyImportSettings - Use existing JELLYFIN_URL and JELLYFIN_API_KEY settings - Simplify configuration - no duplicate settings needed - Update documentation and .env.example
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
},
|
||||
"SpotifyImport": {
|
||||
"Enabled": false,
|
||||
"JellyfinUrl": "http://localhost:8096",
|
||||
"ApiKey": "",
|
||||
"SyncStartHour": 16,
|
||||
"SyncStartMinute": 15,
|
||||
"SyncWindowHours": 2,
|
||||
|
||||
Reference in New Issue
Block a user