🏗️ Added a downloads array to bittorent schema

This commit is contained in:
2023-12-20 00:08:38 -05:00
parent b2b35aedc0
commit c926758db6
2 changed files with 7 additions and 6 deletions

View File

@@ -86,12 +86,12 @@ export default class SettingsService extends Service {
`Recieved settings for ${settingsKey}, building query...`
);
query = {
bittorrent: {
client: {
...(host && host),
name: "qbittorrent",
...(undefinedPropsInHostname.length ===
0 && {
$set: {
"bittorrent.client.host": host,
},
},
}),
};
break;
case "directConnect":