mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-03 12:52:56 +01:00
Fix issue with EncodedRecorder streams not showing up under "Active Recordings" (#14357)
This commit is contained in:
@@ -73,6 +73,10 @@ namespace Jellyfin.LiveTv.IO
|
||||
{
|
||||
_targetPath = targetFile;
|
||||
Directory.CreateDirectory(Path.GetDirectoryName(targetFile));
|
||||
if (!File.Exists(targetFile))
|
||||
{
|
||||
FileHelper.CreateEmpty(targetFile);
|
||||
}
|
||||
|
||||
var processStartInfo = new ProcessStartInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user