diff --git a/Blacklight/processing/tv/TVMaze.php b/Blacklight/processing/tv/TVMaze.php index f147cb030..e01f2835a 100644 --- a/Blacklight/processing/tv/TVMaze.php +++ b/Blacklight/processing/tv/TVMaze.php @@ -76,7 +76,7 @@ class TVMaze extends TV foreach ($res as $row) { $tvMazeId = false; - $this->posterUrl = $this->fanartUrl = ''; + $this->posterUrl = ''; // Clean the show name for better match probability $release = $this->parseInfo($row['searchname']);