Ny live
This commit is contained in:
@@ -20,12 +20,13 @@ _live_cache: dict = {}
|
||||
|
||||
|
||||
class SongStatus(BaseModel):
|
||||
title: str
|
||||
artist: str = ""
|
||||
status: str = "pending"
|
||||
position: int
|
||||
dance: str = ""
|
||||
duration: int = 0
|
||||
title: str
|
||||
artist: str = ""
|
||||
status: str = "pending"
|
||||
position: int
|
||||
dance: str = ""
|
||||
duration: int = 0
|
||||
is_workshop: bool = False
|
||||
|
||||
|
||||
class LiveStatus(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user