Adapt for current songs

This commit is contained in:
matthias@matsewe.de
2024-05-24 23:21:50 +02:00
parent 41c0c1912f
commit 010d6fc8d6
6 changed files with 33 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ class Song(BaseModel):
yt_id: Optional[str]
spfy_id: Optional[str]
thumbnail: Optional[str]
is_current: Optional[bool]
is_aca: Optional[bool]
arng_url: Optional[str]
categories: Optional[dict[str, bool]]