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

pull/4256/head
Bogdan 7 months 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