fix mix page

This commit is contained in:
cwilvx
2025-01-29 14:36:19 +03:00
parent 1c51bf056b
commit b8ff6070f7
+1
View File
@@ -46,6 +46,7 @@ class Mix:
def to_dict(self, convert_timestamp: bool = False):
item = asdict(self)
item["trackshash"] = create_hash(*self.tracks[:40])
item["type"] = "mix"
if convert_timestamp:
item["time"] = timestamp_to_time_passed(item["timestamp"])