Implemented GUI for syng #2
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ currentLock: asyncio.Semaphore = asyncio.Semaphore(0)
|
|||
def default_config() -> dict[str, Optional[int | str]]:
|
||||
return {
|
||||
"preview_duration": 3,
|
||||
"secret": None,
|
||||
"last_song": None,
|
||||
"waiting_room_policy": None,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue