From d44eb078103d9639d75fa17d7660496033cfb01b Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 21 Nov 2019 18:25:03 +0100 Subject: [PATCH] Remove fanartUrl from TVMaze --- Blacklight/processing/tv/TVMaze.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);