mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Another fix for trailers.
This commit is contained in:
@@ -417,8 +417,8 @@ class Film
|
||||
return false;
|
||||
}
|
||||
|
||||
$trailer = $this->pdo->queryOneRow("SELECT trailer FROM movieinfo WHERE imdbid = $imdbID");
|
||||
if ($trailer != '') {
|
||||
$trailer = $this->pdo->queryOneRow("SELECT trailer FROM movieinfo WHERE imdbid = $imdbID and trailer != ''");
|
||||
if ($trailer) {
|
||||
return $trailer['trailer'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user