Skip to content

Commit

Permalink
Fixed All-Debrid for season files and corrected maximum results imple…
Browse files Browse the repository at this point in the history
…mentation
  • Loading branch information
aymene authored and aymene committed Jan 24, 2024
1 parent 18941e8 commit c0afc83
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 32 deletions.
5 changes: 0 additions & 5 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/stremio-jackett.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

2 changes: 1 addition & 1 deletion src/jackett/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default async function jackettSearch(debridApi, jackettHost, jackettApiKe
if (addonType === "realdebrid") {
const url = await getMovieRDLink(
torrentInfo.magnetLink,
,
debridApi,
`S${searchQuery.season}E${searchQuery.episode}`,
);

Expand Down

0 comments on commit c0afc83

Please sign in to comment.