Removed old config option
All checks were successful
Check / mypy (push) Successful in 28s
Check / ruff (push) Successful in 31s

This commit is contained in:
Christoph Stahl 2025-07-02 23:54:51 +02:00
parent fad8c38b3e
commit 6c2e6f884d

View file

@ -81,7 +81,6 @@ def default_config() -> dict[str, Optional[int | str]]:
"server": "https://syng.rocks", "server": "https://syng.rocks",
"room": "", "room": "",
"preview_duration": 3, "preview_duration": 3,
"next_up_position": "top",
"secret": None, "secret": None,
"last_song": None, "last_song": None,
"waiting_room_policy": None, "waiting_room_policy": None,