mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
I thought i have fixed this.
This commit is contained in:
+1
-1
@@ -713,7 +713,7 @@ class Film
|
||||
$ret = array();
|
||||
if (isset($art['moviebackground'][0]['url'])) {
|
||||
$ret['backdrop'] = $art['moviebackground'][0]['url'];
|
||||
} else if (isset($art['moviethumb'[0]['url']])) {
|
||||
} else if (isset($art['moviethumb'][0]['url'])) {
|
||||
$ret['backdrop'] = $art['moviethumb'][0]['url'];
|
||||
}
|
||||
if (isset($art['movieposter'][0]['url'])) {
|
||||
|
||||
Reference in New Issue
Block a user