mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Remove fanartUrl from TVMaze
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user