aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-01-02 18:10:52 +0100
committerBond_009 <bond.009@outlook.com>2019-01-02 18:13:18 +0100
commit3fa751e9bbef072c5bb4c39aad1aede8ced1c003 (patch)
tree2f2c5e82b5b1a15194523db9f33652e72ed0376f /Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs
parent78dafb5399941e0e1b6110c6424d06f4477e80cc (diff)
Remove CheckForApplicationUpdate function
Diffstat (limited to 'Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs')
-rw-r--r--Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs b/Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs
index 890a20ddf..18ff33e95 100644
--- a/Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs
+++ b/Emby.Server.Implementations/ScheduledTasks/SystemUpdateTask.cs
@@ -1,4 +1,4 @@
-using MediaBrowser.Common;
+/*using MediaBrowser.Common;
using MediaBrowser.Common.Configuration;
using Microsoft.Extensions.Logging;
using System;
@@ -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
@@ -126,3 +126,4 @@ namespace Emby.Server.Implementations.ScheduledTasks
}
}
}
+*/