From b12c971968d6125ac3bfc7cf8251c0e5acb2c68c Mon Sep 17 00:00:00 2001 From: Josh Patra Date: Sat, 7 Feb 2026 03:47:15 -0500 Subject: [PATCH] comment --- allstarr/Services/Spotify/SpotifyTrackMatchingService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/allstarr/Services/Spotify/SpotifyTrackMatchingService.cs b/allstarr/Services/Spotify/SpotifyTrackMatchingService.cs index c2c42b7..6475a4d 100644 --- a/allstarr/Services/Spotify/SpotifyTrackMatchingService.cs +++ b/allstarr/Services/Spotify/SpotifyTrackMatchingService.cs @@ -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