write path hash on image property

This commit is contained in:
cwilvx
2025-01-07 23:21:31 +03:00
parent fe39cadfdc
commit ec9f392d73
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ def get_stats():
else ""
),
(
tracks[0].image + "?pathhash=" + tracks[0].pathhash
tracks[0].image
if len(tracks) > 0
else None
),