FF-1476 - new flow element genre matches

This commit is contained in:
John Andrews
2024-04-08 16:50:53 +12:00
parent 7e3b76f4d0
commit 629836b641
+1 -1
View File
@@ -101,7 +101,7 @@ public class GenreMatches: Node
videoGenres.AddRange(mi.Genres?.Select(x => x.Name)?.ToList() ?? new());
}
if (args.Variables.TryGetValue(Globals.TV_SHOW_INFO, out object oShowInfo) && oMovieInfo is TVShowInfo show)
if (args.Variables.TryGetValue(Globals.TV_SHOW_INFO, out object oShowInfo) && oShowInfo is TVShowInfo show)
{
args.Logger?.ILog("Found TV Show info");
videoGenres.AddRange(show.Genres?.Select(x => x.Name)?.ToList() ?? new());