aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationPaths.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-10-30 00:53:37 -0400
committerGitHub <noreply@github.com>2017-10-30 00:53:37 -0400
commit135ea765b932f00529006da727b418d87ac618b4 (patch)
treecc1682ad53019390b54d9a7310506f5271a71dbc /MediaBrowser.Controller/IServerApplicationPaths.cs
parent1dcb3a1369c41f292b1cb0f9ac32b100f30c2485 (diff)
parent74136371b5d2f76fd34feadbdfc34d4760cccbda (diff)
Merge pull request #2988 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationPaths.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs
index c89a60a6f..4ad1cf49a 100644
--- a/MediaBrowser.Controller/IServerApplicationPaths.cs
+++ b/MediaBrowser.Controller/IServerApplicationPaths.cs
@@ -108,5 +108,7 @@ namespace MediaBrowser.Controller
string InternalMetadataPath { get; }
string ArtistsPath { get; }
+
+ string GetTranscodingTempPath();
}
} \ No newline at end of file