mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
fixes #945 - Add genre views to dlna
This commit is contained in:
@@ -995,7 +995,7 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
if (state.ReadInputAtNativeFramerate)
|
||||
{
|
||||
await Task.Delay(1000, cancellationTokenSource.Token).ConfigureAwait(false);
|
||||
await Task.Delay(1500, cancellationTokenSource.Token).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1619,8 +1619,6 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
AttachMediaStreamInfo(state, mediaStreams, videoRequest, url);
|
||||
|
||||
state.SegmentLength = 6;
|
||||
|
||||
var container = Path.GetExtension(state.RequestedUrl);
|
||||
|
||||
if (string.IsNullOrEmpty(container))
|
||||
|
||||
Reference in New Issue
Block a user