mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
add dish hopper profile
This commit is contained in:
@@ -1638,7 +1638,7 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
AttachMediaStreamInfo(state, mediaStreams, videoRequest, url);
|
||||
|
||||
state.SegmentLength = state.ReadInputAtNativeFramerate ? 5 : 7;
|
||||
state.SegmentLength = state.ReadInputAtNativeFramerate ? 5 : 6;
|
||||
state.HlsListSize = state.ReadInputAtNativeFramerate ? 100 : 1440;
|
||||
|
||||
var container = Path.GetExtension(state.RequestedUrl);
|
||||
|
||||
Reference in New Issue
Block a user