mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
fix get playlist tracks order
+ fix utils.get_home_res_path
This commit is contained in:
@@ -45,6 +45,6 @@ def get_home_res_path(filename: str):
|
||||
Used to resolve resources in builds.
|
||||
"""
|
||||
try:
|
||||
return (CWD / ".." / filename).resolve()
|
||||
return (CWD / ".." / ".." / filename).resolve()
|
||||
except ValueError:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user