mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Return false if there is no trakt data fetched.
This commit is contained in:
@@ -653,7 +653,7 @@ class Movie
|
||||
return false;
|
||||
}
|
||||
|
||||
// Check FanArt.tv for background images.
|
||||
// Check FanArt.tv for cover nad background images.
|
||||
$fanart = $this->fetchFanartTVProperties($imdbId);
|
||||
|
||||
$mov = [];
|
||||
@@ -1024,6 +1024,7 @@ class Movie
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user