From 71b353c5a1e86fb16274b8ec69af2982bcf4aef9 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 7 Mar 2018 13:06:43 +0100 Subject: [PATCH] Fix typo in query --- Blacklight/processing/tv/TV.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/processing/tv/TV.php b/Blacklight/processing/tv/TV.php index e31c480b9..08680e0fb 100755 --- a/Blacklight/processing/tv/TV.php +++ b/Blacklight/processing/tv/TV.php @@ -226,7 +226,7 @@ abstract class TV extends Videos } if ($videoId === false) { - $title = Video::query()->where('title', $show['title'])->first('title'); + $title = Video::query()->where('title', $show['title'])->first(['title']); if ($title !== null) { // Insert the Show $videoId = Video::query()->insertGetId([