Explorar o código

don't use tmp file

Luke Pulverenti %!s(int64=8) %!d(string=hai) anos
pai
achega
845895eae4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      MediaBrowser.Api/Playback/Hls/BaseHlsService.cs

+ 1 - 0
MediaBrowser.Api/Playback/Hls/BaseHlsService.cs

@@ -223,6 +223,7 @@ namespace MediaBrowser.Api.Playback.Hls
         protected Stream GetPlaylistFileStream(string path)
         {
             var tmpPath = path + ".tmp";
+            tmpPath = path;
 
             try
             {