FF-1749: Fixing issue with video has stream with channels match

This commit is contained in:
John Andrews
2024-09-03 12:56:15 +12:00
parent cd0207c2c3
commit c510a0c633

View File

@@ -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);