mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 18:47:44 +00:00
Retrieve tags from d.custom1 for ruTorrent compat
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user