Add dummy room
This commit is contained in:
parent
96fbe8058b
commit
bc9bf71824
3 changed files with 30 additions and 2 deletions
|
@ -38,7 +38,8 @@ class Room:
|
|||
songs: dict[str, UserScoredSong] # all songs + user score (the playlist)
|
||||
history: list[Song] # all songs previously played
|
||||
|
||||
playing: list[Song] # queue
|
||||
## playing queue info
|
||||
playing: list[Song]
|
||||
playing_idx: int
|
||||
|
||||
def renew_queue(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue