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

This commit is contained in:
Bogdan 2023-10-29 15:37:13 +02:00
parent cbb3cb78f9
commit 11e6d830b0
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}