mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 21:15:05 +00: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