server: qBittorrent, rTorrent: properly hook functions to error handlers

This commit is contained in:
Jesse Chan
2020-11-02 20:59:21 +08:00
parent 48220af88b
commit dc1b939c26
4 changed files with 179 additions and 145 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ class FeedService extends BaseService {
itemsToDownload.map(
async (item): Promise<Array<string>> => {
const {urls, destination, start, tags, ruleID} = item;
await this?.services?.clientGatewayService
await this.services?.clientGatewayService
?.addTorrentsByURL({
urls,
destination,