aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-10 22:41:55 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-10 22:41:55 -0500
commit1fea9ad926801c85f436e34a8756bfdc41a43a0d (patch)
treec7c9487320cfdccbf210d9d01b28685d9bf110db /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent4d0a47e5555e4b04967c679dd4e54e937a0bd7ca (diff)
fixes #945 - Add genre views to dlna
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index 9c8075bfb..c716ee150 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -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))