Disbaling video preview on shared link

Hello, is it possible to completely remove video preview from direct link and shared link. Video Player app is disabled.

Sincerely D.

Found it in …/nextcloud/apps/file_sharing/lib/Controller/ShareController.php at line 372 - $shareTmpl[‘previewEnabled’] = $this->config->getSystemValue(‘enable_previews’, true); changed to false.