don't use tmp file
This commit is contained in:
parent
72887a1f6b
commit
845895eae4
|
@ -223,6 +223,7 @@ namespace MediaBrowser.Api.Playback.Hls
|
|||
protected Stream GetPlaylistFileStream(string path)
|
||||
{
|
||||
var tmpPath = path + ".tmp";
|
||||
tmpPath = path;
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user