kodi_panel v1.48
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.