Pārlūkot izejas kodu

don't cache video streams for now

Luke Pulverenti 12 gadi atpakaļ
vecāks
revīzija
c8f895014d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 1 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -633,7 +633,7 @@ namespace MediaBrowser.Api.Playback
 
             ApiEntryPoint.Instance.OnTranscodingFinished(outputFilePath, TranscodingJobType);
 
-            if (!exitCode.HasValue || exitCode.Value != 0)
+            if (!exitCode.HasValue || exitCode.Value != 0 || state.Item is Video)
             {
                 Logger.Info("Deleting partial stream file(s) {0}", outputFilePath);