fixing njum layout

This commit is contained in:
x
2024-06-10 11:24:26 +02:00
parent fb14a21268
commit d878d0e9e5
3 changed files with 11 additions and 10 deletions

View File

@@ -55,6 +55,7 @@ class TagviewController extends Controller
// Don't filter on specific video.
// TODO: Add warning page
$video = Video::withAllTags($tags)->find($id);
}
if (is_null($video)) {