Handshake is attempted at launch and when the username is changed. Lowered timeout...
[MenuTunes.git] / AudioscrobblerController.h
index 0495c1a..7daddea 100644 (file)
@@ -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;