Explorar o código

update components

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
d9bbe9302e

+ 1 - 1
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";