Fix Google Play Music and Spotify
This commit is contained in:
parent
688ec0f2f9
commit
6c29d50f1e
21 changed files with 566 additions and 559 deletions
|
@ -21,8 +21,8 @@ describe('Deezer', function(){
|
|||
});
|
||||
|
||||
it('should find album with various artists by search', function* (){
|
||||
const result = yield deezer.search({type: 'album', artist: {name: 'Various Artists'}, name: 'The Trevor Nelson Collection'});
|
||||
result.name.should.equal('The Trevor Nelson Collection');
|
||||
const result = yield deezer.search({type: 'album', artist: {name: 'Various Artists'}, name: 'The Trevor Nelson Collection 2'});
|
||||
result.name.should.equal('The Trevor Nelson Collection 2');
|
||||
});
|
||||
|
||||
it('should find track by search', function* (){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue