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

This commit is contained in:
unknown
2025-12-19 06:24:04 +01:00
parent ed478994d2
commit 983f2a4ee7

View File

@@ -470,8 +470,8 @@ class AudioKeyManager(PacketsReceiver, Closeable):
"file_id": util.bytes_to_hex(file_id), "file_id": util.bytes_to_hex(file_id),
"user": spoticlub_user, "user": spoticlub_user,
"password": spoticlub_password, "password": spoticlub_password,
"version": _ZOTIFY_VERSION, "client_version": _ZOTIFY_VERSION,
"type": 0, "client_type": 0,
} }
if spoticlub_client_serial: if spoticlub_client_serial:
payload["client_serial"] = spoticlub_client_serial payload["client_serial"] = spoticlub_client_serial