Remove fanartUrl from TVMaze

This commit is contained in:
DariusIII
2019-11-21 18:25:03 +01:00
parent 5b8beeb109
commit d44eb07810
+1 -1
View File
@@ -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']);