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

Fix regression in release analytics service after debounce added

Fixes 
pull/946/head
Qstick 2 years ago
parent 9e37f69224
commit d935b0df82

@ -37,7 +37,7 @@ namespace NzbDrone.Core.IndexerSearch
public void HandleAsync(IndexerQueryEvent message)
{
if (message.QueryResult?.Releases != null)
if (_analyticsService.IsEnabled && message.QueryResult?.Releases != null)
{
lock (_pendingUpdates)
{

Loading…
Cancel
Save