lastfm-api-fixed
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -112,3 +112,3 @@ var defaults = require('./defaults'); | ||
var options = defaults.defaultOptions(params, callback, 'nowplaying'); | ||
this.lastfm.api.request('track.updateNowPlaying', options); | ||
this.lastfm.api.request('track.updatenowplaying', options); | ||
}; |
{ | ||
"name" : "lastfm-api-fixed", | ||
"description" : "A Last.fm API client library wrapper with a simple and clean interface.", | ||
"version" : "1.1.9", | ||
"version" : "1.1.10", | ||
"homepage" : "https://github.com/TimeTravelersHackedMe/lastfm-api-fixed", | ||
@@ -6,0 +6,0 @@ "author": { |
35829