v0.2.2
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);