Skip to content

Add `library.get_images()` support for cover art

David Sn requested to merge divadsn/mopidy:library-cover-images into master

I've added proper cover art support to the library, so MPD clients and mopidy plugins, such as Mopidy-MPRIS, can make use of it.

Also, this PR removes a faulty line of code that was causing the plugin not to work. (189bf9a9)

Example:

Screenshot_20200925_060714

Merge request reports