aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-01-02 17:54:26 +0100
committerBond_009 <bond.009@outlook.com>2019-01-02 17:54:26 +0100
commit7679ed037f4bfa31762fc1ff40cec8297105d658 (patch)
tree13e6016caca5271d7b933952f3a3b3e1c4ff7777 /Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs
parent40563dc6cc30e45ace90db30a934478395d8c7c1 (diff)
Disable SystemUpdateTask
Diffstat (limited to 'Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs')
-rw-r--r--Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs b/Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs
index 4cb97cbda..890a20ddf 100644
--- a/Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs
+++ b/Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs
@@ -13,7 +13,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
/// <summary>
/// Plugin Update Task
/// </summary>
- public class SystemUpdateTask : IScheduledTask
+ public class SystemUpdateTask /*: IScheduledTask*/
{
/// <summary>
/// The _app host