fixing tagview

This commit is contained in:
x
2024-06-10 00:53:19 +02:00
parent 7990870f7c
commit 05f7fa5732
3 changed files with 5 additions and 2 deletions

View File

@@ -244,6 +244,7 @@ public function blurryThumb() {
}
// jetzt sind wir im tag
$id = Video::withAnyTags($related)->filtered()->countScoped()->count()-1;
if ($id < 0) {
return redirect()->back()->with('error', 'no videos found');
}