Need to remove leading zeroes from episode numbers for jackett/etc

Sonarr version: 2.0.0.5322
Mono version: Mono JIT compiler version 4.6.2 (Debian 4.6.2.7+dfsg-1ubuntu1)
OS: Ubuntu 18.04.2 LTS
Description of issue: Leading zeros in episodes (i.e e03) sent to jackett sometimes don’t work

Is there any way to make sonarr make a request to jackett and other indexers that doesnt include a leading zero? (“some show s2 e3” may work when “some show s02 e03” may not)
Its a bit of an annoying and reoccurring issue.

some context:

HttpClient|Req: [GET] http://10.0.0.136:9117/torznab/nyaasi/api?t=search&cat=5070&extended=1&apikey=(removed)&offset=0&limit=100&q=Karakai%20Jouzu%20no%20Takagi%20san%202+02

changing “02” on the end of the above log snippit to “2” would literally fix everything but i cant figure out how :confused:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.