Return false if there is no trakt data fetched.

This commit is contained in:
DariusIII
2015-09-03 00:05:21 +02:00
parent 80f0e5f11a
commit da1a4900d2
+2 -1
View File
@@ -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;
}
/**