added option to preserve original audio when recording

This commit is contained in:
Luke Pulverenti
2016-04-27 17:26:28 -04:00
parent 5fc4233942
commit 747518decc
3 changed files with 10 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ namespace MediaBrowser.Model.LiveTv
public string RecordingPath { get; set; }
public bool EnableAutoOrganize { get; set; }
public bool EnableRecordingEncoding { get; set; }
public bool EnableOriginalAudioWithEncodedRecordings { get; set; }
public List<TunerHostInfo> TunerHosts { get; set; }
public List<ListingsProviderInfo> ListingProviders { get; set; }