Skip to content

v0.2.2

Compare
Choose a tag to compare
@rikkit rikkit released this 11 Oct 01:25
· 169 commits to next since this release

New

Changes

  • Change constructor of LastfmClient so same LastAuth instance can be passed to SQLiteScrobbler and LastfmClient
var auth = new LastAuth(apikey, apisecret);
var scrobbler = new SQLiteScrobbler(auth, LASTFM_SCROBBLE_DB);
var client = new LastfmClient(auth, null, scrobbler);