Browse Source

don't use tmp file

Luke Pulverenti 8 năm trước cách đây
mục cha
commit
845895eae4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
             {