From 983f2a4ee70571a5fe0b60ca07537bec9b5446dd Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 Dec 2025 06:24:04 +0100 Subject: [PATCH] Adding Client to Server patch tyoe info --- librespot/audio/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librespot/audio/__init__.py b/librespot/audio/__init__.py index a04a0fc..19a2b2f 100644 --- a/librespot/audio/__init__.py +++ b/librespot/audio/__init__.py @@ -470,8 +470,8 @@ class AudioKeyManager(PacketsReceiver, Closeable): "file_id": util.bytes_to_hex(file_id), "user": spoticlub_user, "password": spoticlub_password, - "version": _ZOTIFY_VERSION, - "type": 0, + "client_version": _ZOTIFY_VERSION, + "client_type": 0, } if spoticlub_client_serial: payload["client_serial"] = spoticlub_client_serial