Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/11e6d830b02a4ab42c785b887cff3c5aae8232d6 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Don't block task queue for queued update task for Refresh Artist

pull/4256/head
Bogdan 1 year ago
parent cbb3cb78f9
commit 11e6d830b0

@ -37,5 +37,7 @@ namespace NzbDrone.Core.Music.Commands
public override bool SendUpdatesToClient => true;
public override bool UpdateScheduledTask => ArtistIds.Empty();
public override bool IsLongRunning => true;
}
}

Loading…
Cancel
Save