Fix TranscodeReasons property name

This commit is contained in:
Cody Robibero
2022-03-26 12:20:29 -06:00
parent 4fa7f49ffc
commit 96a03776e1
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ namespace MediaBrowser.Controller.MediaEncoding
SupportedSubtitleCodecs = Array.Empty<string>();
}
public TranscodeReason TranscodeReason
public TranscodeReason TranscodeReasons
{
get
{