Convert MPD_LOGO to the right type for ObjC

This commit is contained in:
Danielle McLean 2025-03-05 13:17:36 +11:00
parent 7dfd3f85e4
commit 413df0979d
Signed by: 00dani
GPG key ID: 6854781A0488421C

View file

@ -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())