mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
client: try new icon set
- server: fix search endpoint
This commit is contained in:
@@ -154,7 +154,7 @@ def getTags(full_path):
|
||||
img_path = extract_thumb(full_path)
|
||||
|
||||
tags = {
|
||||
"filepath": full_path,
|
||||
"filepath": full_path.replace(home_dir, ''),
|
||||
"folder": os.path.dirname(full_path).replace(home_dir, ""),
|
||||
"title": title,
|
||||
"artists": artists,
|
||||
|
||||
Reference in New Issue
Block a user