don't use tmp file

This commit is contained in:
Luke Pulverenti 2016-12-29 14:27:14 -05:00
parent 72887a1f6b
commit 845895eae4

View file

@ -223,6 +223,7 @@ namespace MediaBrowser.Api.Playback.Hls
protected Stream GetPlaylistFileStream(string path)
{
var tmpPath = path + ".tmp";
tmpPath = path;
try
{