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([