mirror of
https://github.com/Readarr/Readarr
synced 2026-04-20 11:51:06 +02:00
Fixed: Multiple Downloaded Episodes Scan commands should not run in parallel
(cherry picked from commit b3d1e4f520d14c41aa6a7dff049ee9b9ef48fecb)
This commit is contained in:
parent
d77aa82961
commit
9aacd84390
1 changed files with 2 additions and 0 deletions
|
|
@ -9,5 +9,7 @@ public class DownloadedBooksScanCommand : Command
|
|||
public string Path { get; set; }
|
||||
public string DownloadClientId { get; set; }
|
||||
public ImportMode ImportMode { get; set; }
|
||||
public override bool RequiresDiskAccess => true;
|
||||
public override bool IsLongRunning => true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue