From fde3aa7071146366c10addf227ed655eb20dedee Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 21 Nov 2019 17:17:28 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/processing/tv/TVMaze.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/processing/tv/TVMaze.php b/Blacklight/processing/tv/TVMaze.php index 0f9905695..b74137771 100755 --- a/Blacklight/processing/tv/TVMaze.php +++ b/Blacklight/processing/tv/TVMaze.php @@ -320,7 +320,7 @@ class TVMaze extends TV $hasCover = 0; // Try to get the Poster - if (! empty( v )) { + if (! empty(v)) { $hasCover = $ri->saveImage($videoId, $this->posterUrl, $this->imgSavePath); // Mark it retrieved if we saved an image