client: try new icon set

- server: fix search endpoint
This commit is contained in:
geoffrey45
2021-12-30 00:13:53 +03:00
parent c8d1f5f012
commit 477072daf0
10 changed files with 66 additions and 75 deletions
+1 -1
View File
@@ -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,