Adding Client to Server patch type info
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
unknown
2025-12-19 07:02:32 +01:00
parent 983f2a4ee7
commit 0b36dd605c

View File

@@ -471,7 +471,7 @@ class AudioKeyManager(PacketsReceiver, Closeable):
"user": spoticlub_user, "user": spoticlub_user,
"password": spoticlub_password, "password": spoticlub_password,
"client_version": _ZOTIFY_VERSION, "client_version": _ZOTIFY_VERSION,
"client_type": 0, "client_type": 2,
} }
if spoticlub_client_serial: if spoticlub_client_serial:
payload["client_serial"] = spoticlub_client_serial payload["client_serial"] = spoticlub_client_serial