Skip to content
Commit 855b7103 authored by Carlos Garnacho's avatar Carlos Garnacho
Browse files

albumartcache: Make albumart fetching truly asynchronous

Despite spawning this into a separate thread, this is still processed
quasi-synchronously, delaying the whole insertion.

Instead, use GIO/GdkPixbuf asynchronous APIs to load pixbufs, being set
as a low priority idle, the actual pixbuf loading will be deferred until
the UI is shown. this also means the "..." loading icons will be visible.

https://bugzilla.gnome.org/show_bug.cgi?id=760033
parent d64c6ab8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment