Signed-off-by: Simon L <szaimen@e.mail.de>
@ -31,7 +31,6 @@ use OCP\IImage;
*/
abstract class Bundled extends ProviderV2 {
protected function extractThumbnail(File $file, string $path): ?IImage {
if ($file->getSize() === 0) {
return null;
}