mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-08 12:33:04 +02:00
Don't block task queue for queued update task for Rescan Folders
Towards #4551
This commit is contained in:
parent
46da2b49c6
commit
e17e3633f8
1 changed files with 1 additions and 0 deletions
|
|
@ -27,5 +27,6 @@ public RescanFoldersCommand(List<string> folders, FilterFilesType filter, bool a
|
|||
|
||||
public override bool SendUpdatesToClient => true;
|
||||
public override bool RequiresDiskAccess => true;
|
||||
public override bool IsLongRunning => true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue