mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 11:56:45 +03:00
Fixes constant "new decive connected"
This commit is contained in:
@@ -260,13 +260,12 @@ class YtLoungeApi(pyytlounge.YtLoungeApi):
|
|||||||
raise NotLinkedException("Not linked")
|
raise NotLinkedException("Not linked")
|
||||||
|
|
||||||
connect_body = {
|
connect_body = {
|
||||||
"id": str(uuid4()),
|
"id": self.auth.screen_id,
|
||||||
"mdx-version": "3",
|
"mdx-version": "3",
|
||||||
"TYPE": "xmlhttp",
|
"TYPE": "xmlhttp",
|
||||||
"theme": "cl",
|
"theme": "cl",
|
||||||
"sessionSource": "MDX_SESSION_SOURCE_UNKNOWN",
|
"sessionSource": "MDX_SESSION_SOURCE_UNKNOWN",
|
||||||
"connectParams": '{"setStatesParams": "{"playbackSpeed":0}"}',
|
"connectParams": '{"setStatesParams": "{"playbackSpeed":0}"}',
|
||||||
"sessionNonce": str(uuid4()),
|
|
||||||
"RID": "1",
|
"RID": "1",
|
||||||
"CVER": "1",
|
"CVER": "1",
|
||||||
"capabilities": "que,dsdtr,atp,vsp",
|
"capabilities": "que,dsdtr,atp,vsp",
|
||||||
|
|||||||
Reference in New Issue
Block a user