fixing tagview
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user