naughty-doge / stremio-zooqle

Zooqle Addon for Stremio
https://stremio-zooqle.naughty-doge.pro
10 stars 5 forks source link

Probable typo in getShowTorrents #2

Open TheBeastLT opened 5 years ago

TheBeastLT commented 5 years ago

There's a probable typo in the code:

  async getShowTorrents(imdbId, season, episode) {
    if (!this._cache) {
      return this._getMovieTorrents(imdbId, season, episode)
    }
    ....

If no cache is configured it will query MovieTorrents instead of ShowTorrents.