mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-18 14:18:27 -06:00
FF-1981: TV Show Lookup using cache
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user