FF-2049: Fixing TVEpisodeLookup

This commit is contained in:
John Andrews
2025-02-10 19:25:38 +13:00
parent 3d56fdd858
commit 895e6abf62
+2 -2
View File
@@ -107,8 +107,8 @@ namespace FileFlows.VideoNodes
args.SetTraits(new string[]
{
firstVideo.Codec,
videoInfo.AudioStreams?.FirstOrDefault()?.Codec,
firstVideo.Codec.ToUpper(),
videoInfo.AudioStreams?.FirstOrDefault()?.Codec?.ToUpper(),
ChannelHelper.FormatAudioChannels(videoInfo.AudioStreams?.FirstOrDefault()?.Channels ?? 0),
VideoHelper.FormatResolution(firstVideo.Width , firstVideo.Height),
firstVideo.HDR == true ? "HDR" : null,