document and add image to mix

This commit is contained in:
cwilvx
2024-10-28 16:42:51 +03:00
parent f2153d936d
commit f6373292aa
5 changed files with 91 additions and 29 deletions
+1
View File
@@ -13,6 +13,7 @@ class Mix:
title: str
description: str
tracks: list[str]
image: dict
timestamp: int = field(default_factory=lambda: int(time.time()))
extra: dict = field(default_factory=dict)