diff --git a/syng/client.py b/syng/client.py index de8143b..15310f6 100644 --- a/syng/client.py +++ b/syng/client.py @@ -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, }