Add UHD and VR categories and update the release update query

This commit is contained in:
DariusIII
2024-10-13 18:50:42 +02:00
parent 234c165174
commit 3b1b66ff55
+2 -1
View File
@@ -521,6 +521,8 @@ class XXX
Category::XXX_CLIPHD,
Category::XXX_CLIPSD,
Category::XXX_WEBDL,
Category::XXX_UHD,
Category::XXX_VR,
]
)
->limit($this->movieQty)
@@ -556,7 +558,6 @@ class XXX
}
Release::query()
->where('id', $arr['id'])
->whereIn('categories_id', [Category::XXX_DVD, Category::XXX_WMV, Category::XXX_XVID, Category::XXX_X264, Category::XXX_SD, Category::XXX_CLIPHD, Category::XXX_CLIPSD, Category::XXX_WEBDL])
->update(['xxxinfo_id' => $idcheck]);
}
} elseif ($this->echoOutput) {