mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
document and add image to mix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user