fix: torrentio client
This commit is contained in:
@@ -26,7 +26,7 @@ class Torrentio
|
||||
public function fetchEpisodeResults(string $imdbId, int $season, int $episode, bool $parseResults = true): array
|
||||
{
|
||||
$cacheTags = ['torrentio', 'tvshows', 'torrentio.tvshows', $imdbId, "torrentio.$imdbId", "$imdbId.$season", "torrentio.$imdbId.$season", "$imdbId.$season.$episode", "torrentio.$imdbId.$season.$episode"];
|
||||
$results = $this->client->get($imdbId, $cacheTags);
|
||||
$results = $this->client->get("$imdbId:$season:$episode", $cacheTags);
|
||||
|
||||
if (null === $results) {
|
||||
throw new TorrentioRateLimitException();
|
||||
|
||||
Reference in New Issue
Block a user