mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-06 14:59:08 -05:00
FF-2049: Fixing TVEpisodeLookup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user