From aa470c99f067359a4b7bc8532bb83fbd13b2d30f Mon Sep 17 00:00:00 2001 From: Darko Date: Thu, 2 Apr 2015 11:02:59 +0200 Subject: [PATCH] I thought i have fixed this. --- lib/Film.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Film.php b/lib/Film.php index f7acb706e..012ac318b 100644 --- a/lib/Film.php +++ b/lib/Film.php @@ -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'])) {