mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-02 03:59:04 +00:00
Fix TranscodeReasons property name
This commit is contained in:
parent
4fa7f49ffc
commit
96a03776e1
3 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
SupportedSubtitleCodecs = Array.Empty<string>();
|
||||
}
|
||||
|
||||
public TranscodeReason TranscodeReason
|
||||
public TranscodeReason TranscodeReasons
|
||||
{
|
||||
get
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue