add + button to song lists

This commit is contained in:
Luke Pulverenti
2017-01-12 14:50:38 -05:00
parent 3674d6dfa3
commit e3c5968db5
2 changed files with 1 additions and 2 deletions

View File

@@ -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; }