mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
add live stream params
This commit is contained in:
@@ -48,6 +48,7 @@ namespace MediaBrowser.Model.Session
|
||||
VideoFramerateNotSupported = 17,
|
||||
VideoLevelNotSupported = 18,
|
||||
VideoProfileNotSupported = 19,
|
||||
AudioBitDepthNotSupported = 20
|
||||
AudioBitDepthNotSupported = 20,
|
||||
SubtitleCodecNotSupported = 21
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user