mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Enhancement: downloading torrents list for qbittorrent (#4405)
This commit is contained in:
@@ -479,6 +479,9 @@ export function cleanServiceGroups(groups) {
|
||||
// proxmox
|
||||
node,
|
||||
|
||||
// qbittorrent
|
||||
enableLeechProgress,
|
||||
|
||||
// speedtest
|
||||
bitratePrecision,
|
||||
|
||||
@@ -671,6 +674,9 @@ export function cleanServiceGroups(groups) {
|
||||
if (type === "spoolman") {
|
||||
if (spoolIds !== undefined) widget.spoolIds = spoolIds;
|
||||
}
|
||||
if (type === "qbittorrent") {
|
||||
if (enableLeechProgress !== undefined) widget.enableLeechProgress = JSON.parse(enableLeechProgress);
|
||||
}
|
||||
return widget;
|
||||
});
|
||||
return cleanedService;
|
||||
|
||||
Reference in New Issue
Block a user