mirror of
https://github.com/Jackett/Jackett
synced 2024-12-31 20:27:28 +00:00
fix update process
This commit is contained in:
parent
dc46dd48b1
commit
0a82f950c3
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Reference in a new issue