Fix Groove music and bump playmusic

This commit is contained in:
Jonathan Cremin 2017-05-06 20:30:55 +01:00
parent 562fd0d8a2
commit 4bb21f407a
4 changed files with 383 additions and 553 deletions

View file

@ -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 = {