don't use tmp file

pull/1154/head
Luke Pulverenti 8 years ago
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…
Cancel
Save