mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-06 08:49:25 -05:00
FF-1476 - new flow element genre matches
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user