Fix path to MPD logo in Cocoa receiver (oops)
This commit is contained in:
parent
582a4628b7
commit
ca5086f93a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ from .persistent_id import song_to_persistent_id
|
||||||
|
|
||||||
def logo_to_ns_image() -> NSImage:
|
def logo_to_ns_image() -> NSImage:
|
||||||
return NSImage.alloc().initByReferencingFile_(
|
return NSImage.alloc().initByReferencingFile_(
|
||||||
str(Path(__file__).parent.parent / "mpd/logo.svg")
|
str(Path(__file__).parent.parent.parent / "mpd/logo.svg")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue