aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/ApiEntryPoint.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-11-21 16:18:46 +0100
committerGitHub <noreply@github.com>2019-11-21 16:18:46 +0100
commitd868a8da6c3fadc5cb7f3fce30561afc5ad6fcae (patch)
tree9b6e38598de99c6283c195bd52051cd141c8ba4b /MediaBrowser.Api/ApiEntryPoint.cs
parentc0d10800ab6c029b891af5caf5d0fccaf76816d3 (diff)
parent37eed8cf1f024b8de19c851fd353322d706c2b27 (diff)
Merge pull request #1934 from dkanada/transcode
Minor changes to transcode cleanup scheduled task
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
-rw-r--r--MediaBrowser.Api/ApiEntryPoint.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs
index a5d65a716..a962b0240 100644
--- a/MediaBrowser.Api/ApiEntryPoint.cs
+++ b/MediaBrowser.Api/ApiEntryPoint.cs
@@ -167,7 +167,7 @@ namespace MediaBrowser.Api
/// </summary>
private void DeleteEncodedMediaCache()
{
- var path = ConfigurationManager.ApplicationPaths.GetTranscodingTempPath();
+ var path = ConfigurationManager.ApplicationPaths.GetTranscodePath();
if (!Directory.Exists(path))
{