aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationPaths.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-30 00:51:43 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-30 00:51:43 -0400
commit8ec8b463942d132a71fd319535c63d7205075e54 (patch)
treea63d5f1a48f2591eae4107b0547934df2206bcca /MediaBrowser.Controller/IServerApplicationPaths.cs
parent93676f683815c4f132b3d5c3a714ee08c2b01216 (diff)
allow separate configuration of date format
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