Skip to content

qml: don't show fallback image immediately while loading MediaCover

Pierre Lamot requested to merge chub/vlc:qml/delay_fallback_image into master

Showing a blank rectangle (which is already drawn behind the image) is cheaper than loading the fallback image. The fallback image is still displayed if the regular image fails to load or takes more time to load than a humanMoment

Merge request reports