Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Update Last.fm logging code
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhomes committed Mar 26, 2014
1 parent b21c9bf commit 871feb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-music-mac/LastFMService.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ + (void)sendNowPlaying:(NSString *)title withArtist:(NSString *)artist album:(NS
}

failureHandler:^(NSError *error) {
NSLog(@"Error scrobbling song: %@, %@", error, [error userInfo]);
NSLog(@"Error sending now playing song: %@, %@", error, [error userInfo]);
}
];
}
Expand Down

0 comments on commit 871feb0

Please sign in to comment.