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

@@ -113,7 +113,7 @@ namespace MediaBrowser.Model.System
/// Gets or sets the transcoding temporary path.
/// </summary>
/// <value>The transcoding temporary path.</value>
public string TranscodingTempPath { get; set; }
public string TranscodePath { get; set; }
/// <summary>
/// Gets or sets the HTTP server port number.