mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
More more more fixes .
This commit is contained in:
+1
-1
@@ -753,7 +753,7 @@ class Film
|
||||
}
|
||||
|
||||
$ret['tmdbID'] = $tmdbLookup['id'];
|
||||
$ImdbID = str_replace('tt', '', $tmdbLookup['imdbID']);
|
||||
$ImdbID = str_replace('tt', '', $tmdbLookup['imdbid']);
|
||||
$ret['imdbID'] = $ImdbID;
|
||||
if (isset($tmdbLookup['vote_average'])) {
|
||||
$ret['rating'] = ($tmdbLookup['vote_average'] == 0) ? '' : $tmdbLookup['vote_average'];
|
||||
|
||||
Reference in New Issue
Block a user