Erster Stand

This commit is contained in:
x
2025-09-18 11:13:45 +02:00
parent 74dc2fd62f
commit 835df023da
407 changed files with 97 additions and 10751 deletions

View File

@@ -21,7 +21,7 @@ class VideoTableSeeder extends Seeder
return ($a < $b) ? -1 : 1;
});
$category = \App\Models\Category::where('shortname', '=', 'misc')->first();
$category = \App\Models\Category::where('shortname', '=', 'random')->first();
$user = \App\Models\User::find(1);
foreach($videos as $video) {