Remove comment

This commit is contained in:
Ben Becker
2025-02-28 17:55:08 -08:00
committed by Pierrick Le Gall
parent 24c51f7225
commit 1647147a9c

View File

@@ -220,7 +220,6 @@ function get_sync_metadata($infos)
$infos['height'] = round(explode(" ", $vb)[3]);
}
}
// Only get image size for images. This cuts significant time with large videos.
if ($image_size = @getimagesize($file))
{
$infos['width'] = $image_size[0];