diff --git a/ErsatzTV.Scanner.Tests/Core/FFmpeg/TranscodingTests.cs b/ErsatzTV.Scanner.Tests/Core/FFmpeg/TranscodingTests.cs index 9176c095f..42a6de4da 100644 --- a/ErsatzTV.Scanner.Tests/Core/FFmpeg/TranscodingTests.cs +++ b/ErsatzTV.Scanner.Tests/Core/FFmpeg/TranscodingTests.cs @@ -692,7 +692,8 @@ public class TranscodingTests AudioFormat = FFmpegProfileAudioFormat.Aac, DeinterlaceVideo = true, BitDepth = profileBitDepth, - ScalingBehavior = scalingBehavior + ScalingBehavior = scalingBehavior, + NormalizeColors = profileNormalizeColors }, StreamingMode = streamingMode, SubtitleMode = subtitleMode