update frontend

This commit is contained in:
matthias@matsewe.de
2024-05-17 19:39:27 +02:00
parent 6977306a05
commit df764bd85d
12 changed files with 249 additions and 85 deletions

View File

@@ -15,6 +15,7 @@ class Song(BaseModel):
aca_artist: Optional[str]
title: str
yt_url: Optional[str]
thumbnail: Optional[str]
is_aca: bool
arng_url: Optional[str]
categories: dict[str, bool]