Navigation Menu

Skip to content

Commit

Permalink
[protstopleer]title->track
Browse files Browse the repository at this point in the history
  • Loading branch information
theli-ua committed Sep 18, 2015
1 parent 967f4b1 commit 94808c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prostopleer/content/contents/code/pleer.js
Expand Up @@ -41,7 +41,7 @@ var ProstopleerResolver = Tomahawk.extend( Tomahawk.Resolver, {
},

resolve: function (params) {
var query = [ params.artist, params.title ].join(' - ');
var query = [ params.artist, params.track ].join(' - ');
return this.search({query:query});
}
});
Expand Down

0 comments on commit 94808c1

Please sign in to comment.