Implemented reauthentication when a session ticket is invalidated by another computer.
[MenuTunes.git] / AudioscrobblerController.h
index a2dc6c4..49b9b41 100644 (file)
@@ -23,6 +23,7 @@ typedef enum {
 
 @interface AudioscrobblerController : NSObject {
        BOOL _handshakeCompleted;
+       int _handshakeAttempts;
        AudioscrobblerStatus _currentStatus;
        NSMutableArray *_tracks, *_submitTracks;
        NSDate *_delayDate;