I thought i have fixed this.

This commit is contained in:
Darko
2015-04-02 11:02:59 +02:00
parent efc2e4313f
commit aa470c99f0
+1 -1
View File
@@ -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'])) {