Skip to content

Commit 454f771

Browse files
authored
fix(rTorrent): support xmlrpc int type (#829)
1 parent 433ec24 commit 454f771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/services/rTorrent/util/XMLRPCDeserializer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const closeTag = (elementName: string) => {
5555
break;
5656
case 'i4':
5757
case 'i8':
58+
case 'int':
5859
case 'string':
5960
case 'name':
6061
dataStack.push(tagValue);

0 commit comments

Comments
 (0)