Implement our own quicktime parser

This commit is contained in:
2024-09-16 22:10:19 +10:00
parent a3013078e0
commit f9cdc8f9d2
42 changed files with 1367 additions and 62 deletions

View File

@@ -39,11 +39,6 @@ class VideoController extends Controller
]);
}
public function info(Video $o)
{
return view('video.view',['o'=>$o]);
}
public function undelete(Video $o)
{
$o->remove = NULL;