update components

This commit is contained in:
Luke Pulverenti 2015-08-22 11:54:29 -04:00
parent de133cb8aa
commit d9bbe9302e
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
}
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";