diff --git a/Blacklight/processing/tv/TVDB.php b/Blacklight/processing/tv/TVDB.php index 991ff08f6..d2d20c2d3 100755 --- a/Blacklight/processing/tv/TVDB.php +++ b/Blacklight/processing/tv/TVDB.php @@ -91,6 +91,8 @@ class TVDB extends TV foreach ($res as $row) { $tvDbId = false; + $this->posterUrl = ''; + // Clean the show name for better match probability $release = $this->parseInfo($row['searchname']); if (\is_array($release) && $release['name'] !== '') { diff --git a/Changelog b/Changelog index 56106ce84..a156f54eb 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-08-13 DariusIII + * Chg: Reset $this->posterUrl in TVDB class * Chg: Update nikic/php-parser (v4.2.2 => v4.2.3) 2019-08-12 DariusIII * Fix: Fix bad crosspost check query