mirror of
https://github.com/zoriya/flood.git
synced 2026-06-03 03:12:14 +00:00
server: qBittorrent, rTorrent: properly hook functions to error handlers
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user