This commit is contained in:
2026-02-07 03:47:15 -05:00
parent 8f051ad413
commit b12c971968

View File

@@ -513,6 +513,7 @@ public class SpotifyTrackMatchingService : BackgroundService
matchedTracks.Count, tracksToMatch.Count, playlistName, isrcMatches, fuzzyMatches, noMatch);
// Pre-build playlist items cache for instant serving
// This is what makes the UI show all matched tracks at once
await PreBuildPlaylistItemsCacheAsync(playlistName, playlistConfig?.JellyfinId, spotifyTracks, matchedTracks, cancellationToken);
}
else