mirror of
https://github.com/Readarr/Readarr
synced 2026-04-23 13:20:56 +02:00
Merge 9aacd84390 into 0b79d3000d
This commit is contained in:
commit
900f10923a
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