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

@@ -81,6 +81,7 @@ class CategoryController extends Controller
return view('video', [
'video' => $video,
'related' => $category,
'isTag' => false,
'sfw' => $sfw,
'banner' => Banner::getRandom($video->isSfw())]);
}