Convert MPD_LOGO to the right type for ObjC
This commit is contained in:
parent
7dfd3f85e4
commit
413df0979d
1 changed files with 1 additions and 1 deletions
|
@ -37,4 +37,4 @@ def ns_image_to_media_item_artwork(img: NSImage) -> MPMediaItemArtwork:
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
MPD_LOGO = logo_to_ns_image()
|
MPD_LOGO = ns_image_to_media_item_artwork(logo_to_ns_image())
|
||||||
|
|
Loading…
Add table
Reference in a new issue