Implement Veto Mode

This commit is contained in:
matthias@matsewe.de
2024-05-29 10:33:42 +02:00
parent 010d6fc8d6
commit 0546a88e32
9 changed files with 150 additions and 24 deletions

View File

@@ -17,4 +17,6 @@ class Song(BaseModel):
categories: Optional[dict[str, bool]]
main_category: Optional[str]
singable: Optional[bool]
comment: Optional[str]
vote: Optional[int]
vote_comment: Optional[str]