tehkillerbee / mopidy-tidal

Tidal Backend plugin for Mopidy
Apache License 2.0
93 stars 28 forks source link

Album art requested from tidalapi is always very large #64

Closed tehkillerbee closed 2 years ago

tehkillerbee commented 2 years ago

When requesting an image from tidalapi, the image resolution is not specified. This results in a relatively large image returned from the backend.

We can override the resolution in library.py by using album.picture(..) instead of album.image(..)

tehkillerbee commented 2 years ago

Fixed in #60