Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probable typo in getShowTorrents #2

Open
TheBeastLT opened this issue Feb 8, 2019 · 0 comments
Open

Probable typo in getShowTorrents #2

TheBeastLT opened this issue Feb 8, 2019 · 0 comments

Comments

@TheBeastLT
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant