Skip to content

Commit

Permalink
Merged pull request #1 from alnorth29/master.
Browse files Browse the repository at this point in the history
Fixing scrobble function
  • Loading branch information
clifff committed Apr 27, 2011
2 parents e2109c4 + 9f917ee commit f46af08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lastfm.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ function LastFM(options){
signedCall('track.removeTag', params, session, callbacks, 'POST');
},

scrobble : function(params, callbacks){
scrobble : function(params, session, callbacks){
/* Flatten an array of multiple tracks into an object with "array notation". */
if(params.constructor.toString().indexOf("Array") != -1){
var p = {};
Expand Down

0 comments on commit f46af08

Please sign in to comment.