mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-12 07:32:25 +00:00
don't use tmp file
This commit is contained in:
@@ -223,6 +223,7 @@ namespace MediaBrowser.Api.Playback.Hls
|
||||
protected Stream GetPlaylistFileStream(string path)
|
||||
{
|
||||
var tmpPath = path + ".tmp";
|
||||
tmpPath = path;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user