X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cb5ffaaae5295c34aa974990cb3e5fbcd1c9a991..0ad53607c3e2cf3812d7b6ff1d5c7e88d9d6e42b:/AudioscrobblerController.h diff --git a/AudioscrobblerController.h b/AudioscrobblerController.h index a2dc6c4..49b9b41 100644 --- a/AudioscrobblerController.h +++ b/AudioscrobblerController.h @@ -23,6 +23,7 @@ typedef enum { @interface AudioscrobblerController : NSObject { BOOL _handshakeCompleted; + int _handshakeAttempts; AudioscrobblerStatus _currentStatus; NSMutableArray *_tracks, *_submitTracks; NSDate *_delayDate;