fix(rTorrent): support xmlrpc int type (#829)

This commit is contained in:
Trim21
2024-12-07 16:54:06 +08:00
committed by GitHub
parent 433ec24c1f
commit 454f77123f

View File

@@ -55,6 +55,7 @@ const closeTag = (elementName: string) => {
break;
case 'i4':
case 'i8':
case 'int':
case 'string':
case 'name':
dataStack.push(tagValue);