mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
fix(rTorrent): support xmlrpc int type (#829)
This commit is contained in:
@@ -55,6 +55,7 @@ const closeTag = (elementName: string) => {
|
||||
break;
|
||||
case 'i4':
|
||||
case 'i8':
|
||||
case 'int':
|
||||
case 'string':
|
||||
case 'name':
|
||||
dataStack.push(tagValue);
|
||||
|
||||
Reference in New Issue
Block a user