From 6c2e6f884d57388eeaece731e1b82cb13c258a6e Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Wed, 2 Jul 2025 23:54:51 +0200 Subject: [PATCH] Removed old config option --- syng/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/syng/client.py b/syng/client.py index b6c9c02..a2ba42e 100644 --- a/syng/client.py +++ b/syng/client.py @@ -81,7 +81,6 @@ def default_config() -> dict[str, Optional[int | str]]: "server": "https://syng.rocks", "room": "", "preview_duration": 3, - "next_up_position": "top", "secret": None, "last_song": None, "waiting_room_policy": None,