mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Return false if trakt title is not set.
(cherry picked from commit d4eaec1)
This commit is contained in:
@@ -1000,6 +1000,8 @@ class Film
|
||||
|
||||
if (isset($ret['cover'])) {
|
||||
$ret['title'] = $resp['title'];
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
if ($this->echooutput) {
|
||||
$this->pdo->log->doEcho($this->pdo->log->alternateOver("Trakt Found ") . $this->pdo->log->headerOver($ret['title']), true);
|
||||
|
||||
Reference in New Issue
Block a user