This commit is contained in:
servarr[bot] 2025-06-30 20:32:32 +02:00 committed by GitHub
commit 900f10923a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}