diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2019-11-11 02:24:05 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2019-11-21 21:55:10 +0900 |
| commit | b1f9b03b17fd0930da5913d14ec5e7a4ed8ca6af (patch) | |
| tree | 7ebd85a689e3e4a6ab7a1461b3f636e1a0024280 /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | f3ca37e523bcfc52bbc6527d195d389f7ee053c8 (diff) | |
rename some missed variables and fix warnings
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index 3f73cc4e0..2e5e65690 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -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. |
