Skip to content

Commit

Permalink
fix(rTorrent): support xmlrpc int type (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Dec 7, 2024
1 parent 433ec24 commit 454f771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/services/rTorrent/util/XMLRPCDeserializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const closeTag = (elementName: string) => {
break;
case 'i4':
case 'i8':
case 'int':
case 'string':
case 'name':
dataStack.push(tagValue);
Expand Down

0 comments on commit 454f771

Please sign in to comment.