aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lavado <anthonylavado@users.noreply.github.com>2019-08-14 11:59:14 -0400
committerGitHub <noreply@github.com>2019-08-14 11:59:14 -0400
commit35da4ffa3efec3292bd9422154d7536ea89da89f (patch)
treee88c448a7044c87225e362bf5d759b3f2adbe7a3
parent4762e2fc6c87b462d375fa8d3063cd9c9d6a9d4a (diff)
Remove unneeded comment
-rw-r--r--Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteTranscodingTempTask.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteTranscodingTempTask.cs b/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteTranscodingTempTask.cs
index 6ec079989..ad9b56535 100644
--- a/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteTranscodingTempTask.cs
+++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteTranscodingTempTask.cs
@@ -19,7 +19,6 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
/// Gets or sets the application paths.
/// </summary>
/// <value>The application paths.</value>
- //private IApplicationPaths ApplicationPaths { get; set; }
protected ServerApplicationPaths ApplicationPaths { get; set; }