mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
use default transcode temp path when configure one is unreachable
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
|
||||
EnableStreamSharing = true;
|
||||
SharedStreamIds = new List<string>();
|
||||
UniqueId = Guid.NewGuid().ToString("N");
|
||||
TempFilePath = Path.Combine(appPaths.TranscodingTempPath, UniqueId + ".ts");
|
||||
TempFilePath = Path.Combine(appPaths.GetTranscodingTempPath(), UniqueId + ".ts");
|
||||
}
|
||||
|
||||
public virtual Task Open(CancellationToken openCancellationToken)
|
||||
|
||||
Reference in New Issue
Block a user