aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-11 17:27:42 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-11 17:27:42 -0400
commit9ab7c5b7a026736cbe716aeaf03e6684f839dd29 (patch)
tree8104da094c6ab2c830540e8fa544954f5c8b81d0
parentde2977cbf635e1d839f608117119d300c1ec9d89 (diff)
removed dlna headers for now
-rw-r--r--MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs b/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
index cd8423c3d..961c8770c 100644
--- a/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
+++ b/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
@@ -199,10 +199,10 @@ namespace MediaBrowser.Api.Playback.Progressive
var outputPath = GetOutputFilePath(state);
var outputPathExists = File.Exists(outputPath);
- var isStatic = request.Static ||
- (outputPathExists && !ApiEntryPoint.Instance.HasActiveTranscodingJob(outputPath, TranscodingJobType.Progressive));
+ //var isStatic = request.Static ||
+ // (outputPathExists && !ApiEntryPoint.Instance.HasActiveTranscodingJob(outputPath, TranscodingJobType.Progressive));
- AddDlnaHeaders(state, responseHeaders, isStatic);
+ //AddDlnaHeaders(state, responseHeaders, isStatic);
if (request.Static)
{