Don't block task queue for queued update task for Rescan Folders

Towards #4551
This commit is contained in:
Bogdan 2024-04-14 15:45:35 +03:00
parent 46da2b49c6
commit e17e3633f8
1 changed files with 1 additions and 0 deletions

View File

@ -27,5 +27,6 @@ namespace NzbDrone.Core.MediaFiles.Commands
public override bool SendUpdatesToClient => true;
public override bool RequiresDiskAccess => true;
public override bool IsLongRunning => true;
}
}