mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 22:07:32 -04:00
Fix regression in release analytics service after debounce added
Fixes #1193
This commit is contained in:
parent
9e37f69224
commit
d935b0df82
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue