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:
2026-01-31 16:52:26 -05:00
parent 0ee1883ccb
commit 2b078453b2
6 changed files with 28 additions and 44 deletions

View File

@@ -7,8 +7,6 @@
},
"SpotifyImport": {
"Enabled": false,
"JellyfinUrl": "http://localhost:8096",
"ApiKey": "",
"SyncStartHour": 16,
"SyncStartMinute": 15,
"SyncWindowHours": 2,