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

@ -24,7 +24,7 @@ describe('Xbox Music', function(){
describe('lookupUrl', function(){
it('should parse regular url into album ID', function* (){
const result = yield xbox.parseUrl('https://music.xbox.com/album/kyuss/muchas-gracias-the-best-of-kyuss/8b558d00-0100-11db-89ca-0019b92a3933');
result.id.should.equal('music.8B558D00-0100-11DB-89CA-0019B92A3933');
result.id.should.equal('music.8D6KGX5BZ8WB');
});
});
});