aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-08-22 11:54:29 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-08-22 11:54:29 -0400
commitd9bbe9302e6a3cea337e9f500422ca2fa009e875 (patch)
tree467a04ebe1399b34cadddd9fffd811a4937e97ae
parentde133cb8aa2b078ba653ee7c3e1cef4fd16996d6 (diff)
update components
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs b/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
index 3c65ac739..9b7e83894 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
@@ -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";