X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d2a384947ca515dfbdc114c326e7ac4667c0397e..259ae5fac769954c7db5974b86e791a929fe6700:/AudioscrobblerController.h diff --git a/AudioscrobblerController.h b/AudioscrobblerController.h index 0495c1a..7daddea 100644 --- a/AudioscrobblerController.h +++ b/AudioscrobblerController.h @@ -33,7 +33,7 @@ typedef enum { } + (AudioscrobblerController *)sharedController; -- (void)attemptHandshake; +- (void)attemptHandshake:(BOOL)force; - (BOOL)handshakeCompleted; - (void)submitTrack:(NSString *)title artist:(NSString *)artist album:(NSString *)album length:(int)length; - (void)submitTracks;