mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update components
This commit is contained in:
parent
de133cb8aa
commit
d9bbe9302e
@ -518,7 +518,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
recordPath = Path.Combine(recordPath, "TV", _fileSystem.GetValidFilename(info.Name));
|
recordPath = Path.Combine(recordPath, "Other", _fileSystem.GetValidFilename(info.Name));
|
||||||
}
|
}
|
||||||
|
|
||||||
var recordingFileName = _fileSystem.GetValidFilename(RecordingHelper.GetRecordingName(timer, info)) + ".ts";
|
var recordingFileName = _fileSystem.GetValidFilename(RecordingHelper.GetRecordingName(timer, info)) + ".ts";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user