Fix Groove music and bump playmusic
This commit is contained in:
parent
562fd0d8a2
commit
4bb21f407a
4 changed files with 383 additions and 553 deletions
|
@ -21,8 +21,8 @@ const credentials = {
|
|||
const apiRoot = 'https://music.xboxlive.com/1/content';
|
||||
|
||||
function* getAccessToken() {
|
||||
const authUrl = 'https://datamarket.accesscontrol.windows.net/v2/OAuth2-13';
|
||||
const scope = 'http://music.xboxlive.com';
|
||||
const authUrl = 'https://login.live.com/accesstoken.srf';
|
||||
const scope = 'app.music.xboxlive.com';
|
||||
const grantType = 'client_credentials';
|
||||
|
||||
const data = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue