1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-05 23:16:21 +00:00

fix update process

This commit is contained in:
kaso17 2017-11-15 15:23:44 +01:00
parent dc46dd48b1
commit 0a82f950c3

View file

@ -74,7 +74,7 @@ namespace Jackett.Services
private async Task CheckForUpdates() private async Task CheckForUpdates()
{ {
var config = configService.GetConfig<ServerConfig>(); var config = Engine.ServerConfig;
if (config.UpdateDisabled && !forceupdatecheck) if (config.UpdateDisabled && !forceupdatecheck)
{ {
logger.Info($"Skipping update check as it is disabled."); logger.Info($"Skipping update check as it is disabled.");