mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 08:37:07 +00:00
Force a remux/transcode with external audio files
This commit is contained in:
parent
cb41dda5b3
commit
a7a7173cd5
2 changed files with 15 additions and 4 deletions
|
|
@ -26,6 +26,7 @@ namespace MediaBrowser.Model.Session
|
|||
VideoProfileNotSupported = 19,
|
||||
AudioBitDepthNotSupported = 20,
|
||||
SubtitleCodecNotSupported = 21,
|
||||
DirectPlayError = 22
|
||||
DirectPlayError = 22,
|
||||
AudioIsExternal = 23
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue