FF-1981: TV Show Lookup using cache

This commit is contained in:
John Andrews
2025-01-30 18:00:45 +13:00
parent 94c522ff5d
commit 838ea196e9

View File

@@ -18,7 +18,7 @@ internal static class GenreIdCollectionMappingExtensions
{
foreach( TVShowInfo tvShow in tvShows )
{
tvShow.Genres = MapGenreIdsToGenres( tvShow.GenreIds, api );
tvShow.Genres = MapGenreIdsToGenres( tvShow.GenreIds, api ).ToList();
}
}