aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/LiveTv/LiveTvOptions.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-12 14:50:38 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-12 14:50:38 -0500
commite3c5968db577d10e4053290fb65dcc4010f7a2ad (patch)
tree834e5ab985a67b3a078c79c9988625882fab7db1 /MediaBrowser.Model/LiveTv/LiveTvOptions.cs
parent3674d6dfa31d346cb997b9c0453ac06dfcff737e (diff)
add + button to song lists
Diffstat (limited to 'MediaBrowser.Model/LiveTv/LiveTvOptions.cs')
-rw-r--r--MediaBrowser.Model/LiveTv/LiveTvOptions.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Model/LiveTv/LiveTvOptions.cs b/MediaBrowser.Model/LiveTv/LiveTvOptions.cs
index c5e140032..a27494dc5 100644
--- a/MediaBrowser.Model/LiveTv/LiveTvOptions.cs
+++ b/MediaBrowser.Model/LiveTv/LiveTvOptions.cs
@@ -11,7 +11,6 @@ namespace MediaBrowser.Model.LiveTv
public string RecordingPath { get; set; }
public string MovieRecordingPath { get; set; }
public string SeriesRecordingPath { get; set; }
- public bool EnableAutoOrganize { get; set; }
public bool EnableRecordingEncoding { get; set; }
public string RecordingEncodingFormat { get; set; }
public bool EnableRecordingSubfolders { get; set; }