Force a remux/transcode with external audio files

This commit is contained in:
cvium
2021-12-21 14:35:58 +01:00
parent cb41dda5b3
commit a7a7173cd5
2 changed files with 15 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ namespace MediaBrowser.Model.Session
VideoProfileNotSupported = 19,
AudioBitDepthNotSupported = 20,
SubtitleCodecNotSupported = 21,
DirectPlayError = 22
DirectPlayError = 22,
AudioIsExternal = 23
}
}