Add enableLeechProgress flag
This commit is contained in:
parent
3c28e4af44
commit
a3f0fc9599
@ -479,6 +479,9 @@ export function cleanServiceGroups(groups) {
|
|||||||
// proxmox
|
// proxmox
|
||||||
node,
|
node,
|
||||||
|
|
||||||
|
// qbittorrent
|
||||||
|
enableLeechProgress,
|
||||||
|
|
||||||
// speedtest
|
// speedtest
|
||||||
bitratePrecision,
|
bitratePrecision,
|
||||||
|
|
||||||
@ -671,6 +674,9 @@ export function cleanServiceGroups(groups) {
|
|||||||
if (type === "spoolman") {
|
if (type === "spoolman") {
|
||||||
if (spoolIds !== undefined) widget.spoolIds = spoolIds;
|
if (spoolIds !== undefined) widget.spoolIds = spoolIds;
|
||||||
}
|
}
|
||||||
|
if (type === "qbittorrent") {
|
||||||
|
if (enableLeechProgress !== undefined) widget.enableLeechProgress = JSON.parse(enableLeechProgress);
|
||||||
|
}
|
||||||
return widget;
|
return widget;
|
||||||
});
|
});
|
||||||
return cleanedService;
|
return cleanedService;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user