Skip to content

Do not try to create a thumbnail for an empty file

Stefan Brüns requested to merge bruns/kio-extras:skip_empty_files into master

Instead of doing a lookup for a thumbnail which is guaranteed to to not exist, and then trying to find a suitable plugin, which exists neither, just skip the file.

Merge request reports