2
0
Luke Pulverenti 8 жил өмнө
parent
commit
845895eae4

+ 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
             {