mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-07 11:38:29 -06:00
FF-1749: Fixing issue with video has stream with channels match
This commit is contained in:
@@ -191,6 +191,9 @@ public class VideoHasStream : VideoNode
|
||||
args.Logger?.ILog("Checking deleted, ignoring FFmpeg model");
|
||||
ffmpegModel = null;
|
||||
}
|
||||
|
||||
if (Channels?.Trim() is "=" or ">" or "<" or "!=" or "<=" or ">=" or "==")
|
||||
Channels = string.Empty; // incase the user selected one bu didnt enter anything else
|
||||
|
||||
args.Logger?.ILog("Title to match: " + title);
|
||||
args.Logger?.ILog("Codec to match: " + codec);
|
||||
|
||||
Reference in New Issue
Block a user