瀏覽代碼

don't use tmp file

Luke Pulverenti 8 年之前
父節點
當前提交
845895eae4
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
             {