Skip to content

kodi_panel v1.48

Compare
Choose a tag to compare
@mattblovell mattblovell released this 20 Mar 16:32
· 35 commits to master since this release

Resolve resizing woe in get_artwork().

Audio artwork is expected to be square, so originally the associated functions only expected to find a single dimension -- size -- specified in the element's dictionary. Priority is still given to size for audio covers, but I've tried to include code that alternatively looks for width and height if size is not specified.