Browse Source

don't use tmp file

Luke Pulverenti 8 years ago
parent
commit
845895eae4
1 changed files with 1 additions and 0 deletions
  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)
         protected Stream GetPlaylistFileStream(string path)
         {
         {
             var tmpPath = path + ".tmp";
             var tmpPath = path + ".tmp";
+            tmpPath = path;
 
 
             try
             try
             {
             {