mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-22 22:25:44 +01:00
fix update process
This commit is contained in:
@@ -74,7 +74,7 @@ namespace Jackett.Services
|
||||
|
||||
private async Task CheckForUpdates()
|
||||
{
|
||||
var config = configService.GetConfig<ServerConfig>();
|
||||
var config = Engine.ServerConfig;
|
||||
if (config.UpdateDisabled && !forceupdatecheck)
|
||||
{
|
||||
logger.Info($"Skipping update check as it is disabled.");
|
||||
|
||||
Reference in New Issue
Block a user