From 8ec8b463942d132a71fd319535c63d7205075e54 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 30 Oct 2017 00:51:43 -0400 Subject: allow separate configuration of date format --- MediaBrowser.Controller/IServerApplicationPaths.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs') 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 -- cgit v1.2.3