Support configuring automatic downloads by category (#562)

Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
This commit is contained in:
Chance Zibolski
2024-01-21 13:31:04 -08:00
committed by GitHub
parent de596426bf
commit 05f57730db
11 changed files with 91 additions and 52 deletions

View File

@@ -1846,6 +1846,7 @@ export class RequestManager {
{
input: { id, patch },
getIncludeInUpdate: patch.includeInUpdate != null,
getIncludeInDownload: patch.includeInDownload != null,
getDefault: patch.default != null,
getName: patch.name != null,
},