mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 07:58:39 -05:00
- Fixed SpotifyTrackMatchingService to use GetJsonAsyncInternal for authenticated requests - This resolves 401 Unauthorized errors when fetching existing playlist tracks - Should prevent unnecessary rematching when cache is warm - Fixes 'No Items found in Jellyfin playlist response' warnings The service was using GetJsonAsync with null headers, causing 401 errors. Now uses server API key authentication for internal operations.