mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Force a remux/transcode with external audio files
This commit is contained in:
@@ -26,6 +26,7 @@ namespace MediaBrowser.Model.Session
|
||||
VideoProfileNotSupported = 19,
|
||||
AudioBitDepthNotSupported = 20,
|
||||
SubtitleCodecNotSupported = 21,
|
||||
DirectPlayError = 22
|
||||
DirectPlayError = 22,
|
||||
AudioIsExternal = 23
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user