This commit is contained in:
@@ -488,7 +488,7 @@ class AudioKeyManager(PacketsReceiver, Closeable):
|
|||||||
if isinstance(country, str):
|
if isinstance(country, str):
|
||||||
if AudioKeyManager._spoticlub_current_country != country:
|
if AudioKeyManager._spoticlub_current_country != country:
|
||||||
AudioKeyManager._spoticlub_current_country = country
|
AudioKeyManager._spoticlub_current_country = country
|
||||||
print(f"\n\n[SpotiClub API] Received {country} as the download country\n\n")
|
print(f"\n[SpotiClub API] Received {country} as the download country\n")
|
||||||
|
|
||||||
new_serial = data.get("client_serial")
|
new_serial = data.get("client_serial")
|
||||||
if isinstance(new_serial, str) and new_serial:
|
if isinstance(new_serial, str) and new_serial:
|
||||||
|
|||||||
Reference in New Issue
Block a user