add track
This commit is contained in:
parent
a6341f75e1
commit
701941b121
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ pub async fn connect_websocket(
|
||||||
"seq": 1,
|
"seq": 1,
|
||||||
"action": "authentication_challenge",
|
"action": "authentication_challenge",
|
||||||
"data": {
|
"data": {
|
||||||
"token": &token
|
"token": &token // api.auth_token est privé
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue