From 0b36dd605cd52e2ed1b05791f88777dbc8398dc3 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 Dec 2025 07:02:32 +0100 Subject: [PATCH] Adding Client to Server patch type info --- librespot/audio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/audio/__init__.py b/librespot/audio/__init__.py index 19a2b2f..577c4c5 100644 --- a/librespot/audio/__init__.py +++ b/librespot/audio/__init__.py @@ -471,7 +471,7 @@ class AudioKeyManager(PacketsReceiver, Closeable): "user": spoticlub_user, "password": spoticlub_password, "client_version": _ZOTIFY_VERSION, - "client_type": 0, + "client_type": 2, } if spoticlub_client_serial: payload["client_serial"] = spoticlub_client_serial