diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-30 00:51:43 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-30 00:51:43 -0400 |
| commit | 8ec8b463942d132a71fd319535c63d7205075e54 (patch) | |
| tree | a63d5f1a48f2591eae4107b0547934df2206bcca /MediaBrowser.Controller/IServerApplicationPaths.cs | |
| parent | 93676f683815c4f132b3d5c3a714ee08c2b01216 (diff) | |
allow separate configuration of date format
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationPaths.cs | 2 |
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 |
