aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationPaths.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-11-08 12:49:00 +0100
committerBond-009 <bond.009@outlook.com>2019-11-21 16:57:49 +0100
commitd4b438791f49dc74fe05ad20575d5f0c111ee234 (patch)
tree13dbbff1b1d02c2976cd705b6188f94c1ab07744 /MediaBrowser.Controller/IServerApplicationPaths.cs
parentd868a8da6c3fadc5cb7f3fce30561afc5ad6fcae (diff)
Don't append transcodes to transcoding temp path
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationPaths.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs
index 127a31329..56e7e4e47 100644
--- a/MediaBrowser.Controller/IServerApplicationPaths.cs
+++ b/MediaBrowser.Controller/IServerApplicationPaths.cs
@@ -83,12 +83,6 @@ namespace MediaBrowser.Controller
string UserConfigurationDirectoryPath { get; }
/// <summary>
- /// Gets the transcoding temporary path.
- /// </summary>
- /// <value>The transcoding temporary path.</value>
- string TranscodePath { get; }
-
- /// <summary>
/// Gets the internal metadata path.
/// </summary>
/// <value>The internal metadata path.</value>
@@ -96,7 +90,5 @@ namespace MediaBrowser.Controller
string VirtualInternalMetadataPath { get; }
string ArtistsPath { get; }
-
- string GetTranscodePath();
}
}