mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 17:49:48 -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