From 161bdb93d790b00cf90287abbd00d817a101096d Mon Sep 17 00:00:00 2001 From: John Furrow Date: Sat, 2 Jul 2016 01:23:41 -0700 Subject: [PATCH] Retrieve tags from d.custom1 for ruTorrent compat --- server/util/clientUtil.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/util/clientUtil.js b/server/util/clientUtil.js index 996fdfb0..967eb364 100644 --- a/server/util/clientUtil.js +++ b/server/util/clientUtil.js @@ -60,6 +60,7 @@ var clientUtil = { // 'isPexActive', 'isPrivate', + 'tags', 'comment', 'ignoreScheduler', 'trackers', @@ -130,6 +131,7 @@ var clientUtil = { // 'd.is_pex_active=', 'd.is_private=', + 'd.custom1=', 'd.custom2=', 'd.custom=sch_ignore', // ignore scheduler 'cat="$t.multicall=d.hash=,t.get_url=,cat={@!@}"', @@ -247,6 +249,7 @@ var clientUtil = { return mappedObject; }, + // TODO remove this method createMulticallRequest: (methodCalls, params) => { params = params || []; var methodCall = [];