From 7d9ff2fd2e5f77e8114729eacd281d6599709cb9 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 13 Aug 2019 15:48:33 +0200 Subject: [PATCH] Reset $this->posterUrl in TVDB class --- Blacklight/processing/tv/TVDB.php | 2 ++ Changelog | 1 + 2 files changed, 3 insertions(+) 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