Added handling of created_manual, revert some file_path()
This commit is contained in:
@@ -65,6 +65,6 @@ class VideoController extends Controller
|
||||
public function view(Video $o)
|
||||
{
|
||||
if ($o->isReadable())
|
||||
(new VideoStream($o->filename))->start();
|
||||
(new VideoStream($o->file_path()))->start();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user