Skip to content

Commit

Permalink
Merge pull request #1297 from Fossil01/master
Browse files Browse the repository at this point in the history
Remove $country from TVDB\getShowInfo()
  • Loading branch information
DariusIII authored Apr 4, 2023
2 parents a30be99 + 09a7bad commit b4d4c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blacklight/processing/tv/TVDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function processSite($groupID, $guidChar, $process, bool $local = false):
);

// Get the show from TVDB
$tvdbShow = $this->getShowInfo((string) $release['cleanname'], $country);
$tvdbShow = $this->getShowInfo((string) $release['cleanname']);

if (\is_array($tvdbShow)) {
$tvdbShow['country'] = $country;
Expand Down

0 comments on commit b4d4c47

Please sign in to comment.