update xml saver

This commit is contained in:
Luke Pulverenti
2016-10-28 15:56:54 -04:00
parent 41dfa26501
commit 9c6da95d6a
3 changed files with 27 additions and 58 deletions

View File

@@ -16,7 +16,7 @@ namespace MediaBrowser.Model.LiveTv
public string RecordingEncodingFormat { get; set; }
public bool EnableRecordingSubfolders { get; set; }
public bool EnableOriginalAudioWithEncodedRecordings { get; set; }
public bool EnableOriginalVideoWithEncodedRecordings { get; set; }
public string RecordedVideoCodec { get; set; }
public List<TunerHostInfo> TunerHosts { get; set; }
public List<ListingsProviderInfo> ListingProviders { get; set; }