newlines after braces

This commit is contained in:
telans
2020-06-20 21:13:48 +12:00
parent 7f307f9082
commit 5bb639a59a
5 changed files with 19 additions and 0 deletions

View File

@@ -36,8 +36,11 @@ namespace MediaBrowser.Model.Configuration
public string EncoderPreset { get; set; }
public string DeinterlaceMethod { get; set; }
public bool EnableDecodingColorDepth10Hevc { get; set; }
public bool EnableDecodingColorDepth10Vp9 { get; set; }
public bool EnableHardwareEncoding { get; set; }
public bool EnableSubtitleExtraction { get; set; }