aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationPaths.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationPaths.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs
index f8b78299c..e163ac31d 100644
--- a/MediaBrowser.Controller/IServerApplicationPaths.cs
+++ b/MediaBrowser.Controller/IServerApplicationPaths.cs
@@ -95,10 +95,10 @@ namespace MediaBrowser.Controller
string UserConfigurationDirectoryPath { get; }
/// <summary>
- /// Gets the FF MPEG stream cache path.
+ /// Gets the transcoding temporary path.
/// </summary>
- /// <value>The FF MPEG stream cache path.</value>
- string EncodedMediaCachePath { get; }
+ /// <value>The transcoding temporary path.</value>
+ string TranscodingTempPath { get; }
/// <summary>
/// Gets the downloaded images data path.