From 09a7bad44ce7c4cf4e00d3933f3dc5b559a7faba Mon Sep 17 00:00:00 2001 From: Fossil Date: Tue, 4 Apr 2023 12:00:04 +0200 Subject: [PATCH] Remove $country from TVDB\getShowInfo() The function does not take more than 1 parameter. --- Blacklight/processing/tv/TVDB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/processing/tv/TVDB.php b/Blacklight/processing/tv/TVDB.php index 699ce537f7..0ff35d8654 100755 --- a/Blacklight/processing/tv/TVDB.php +++ b/Blacklight/processing/tv/TVDB.php @@ -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;