Fix path to mpd/logo.svg
This commit is contained in:
parent
54d2a6d415
commit
9b8988cf41
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ from .persistent_id import song_to_persistent_id
|
|||
|
||||
def logo_to_ns_image() -> NSImage:
|
||||
return NSImage.alloc().initByReferencingFile_(
|
||||
str(Path(__file__).parent / "mpd/logo.svg")
|
||||
str(Path(__file__).parent.parent / "mpd/logo.svg")
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue