Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Merge pull request #8 from r3ticuli/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Kevin Renskers committed Mar 6, 2014
2 parents e452874 + ff5e5f0 commit b0cdfbb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ Loosely based on LastFMService from the [old Last.fm iPhone app](https://github.
NSLog(@"error: %@", error);
}];

// Get images for an artist
[[LastFm sharedInstance] getImagesForArtist:@"Cher" successHandler:^(NSArray *result) {
NSLog(@"result: %@", result);
} failureHandler:^(NSError *error) {
NSLog(@"error: %@", error);
}];

// Scrobble a track
[[LastFm sharedInstance] sendScrobbledTrack:@"Wish You Were Here" byArtist:@"Pink Floyd" onAlbum:@"Wish You Were Here" withDuration:534 atTimestamp:(int)[[NSDate date] timeIntervalSince1970] successHandler:^(NSDictionary *result) {
NSLog(@"result: %@", result);
Expand Down

0 comments on commit b0cdfbb

Please sign in to comment.