mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix typo in query
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user