aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/LiveTv
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-28 14:35:17 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-28 14:35:17 -0400
commit89ff1f2af65283158e5ebe69bcc3d652b887ea34 (patch)
treeadfc3677063580b72ccf172f26a3378d91944574 /MediaBrowser.Server.Implementations/LiveTv
parentf6acc5fbff081728138564867a58b7848c92c467 (diff)
update components
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs b/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs
index 89e989765..20b643911 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs
@@ -205,7 +205,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
private bool EncodeVideo(MediaSourceInfo mediaSource)
{
- if (_liveTvOptions.EnableOriginalAudioWithEncodedRecordings)
+ if (_liveTvOptions.EnableOriginalVideoWithEncodedRecordings)
{
return false;
}