switch default recording format to mkv
This commit is contained in:
parent
a563bcde8a
commit
6c160ff17c
|
@ -34,7 +34,7 @@ namespace MediaBrowser.Model.LiveTv
|
|||
TunerHosts = new List<TunerHostInfo>();
|
||||
ListingProviders = new List<ListingsProviderInfo>();
|
||||
MediaLocationsCreated = new string[] { };
|
||||
RecordingEncodingFormat = "mp4";
|
||||
RecordingEncodingFormat = "mkv";
|
||||
RecordingPostProcessorArguments = "\"{path}\"";
|
||||
EnableRecordingEncoding = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user