rename some missed variables and fix warnings

This commit is contained in:
dkanada
2019-11-11 02:24:05 +09:00
parent f3ca37e523
commit b1f9b03b17
7 changed files with 17 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ namespace MediaBrowser.Model.Configuration
public class EncodingOptions
{
public int EncodingThreadCount { get; set; }
public string TranscodingTempPath { get; set; }
public string TranscodePath { get; set; }
public double DownMixAudioBoost { get; set; }
public bool EnableThrottling { get; set; }
public int ThrottleDelaySeconds { get; set; }