The hotkey for showing track info now calls a different method that will hide the...
[MenuTunes.git] / MainController.h
index fde9761..7348a81 100755 (executable)
@@ -19,7 +19,7 @@
 #import <ITMTRemote/ITMTRemote.h>
 #import "MTBlingController.h"
 
-#define MT_CURRENT_VERSION 1400
+#define MT_CURRENT_VERSION 1600
 
 @class StatusWindowController, MenuController, NetworkController;
 
     NSUserDefaults *df;
     
     MTBlingController *bling;
-    NSTimer *registerTimer;
-    BOOL timerUpdating, _checkingForServer, _popped, _open;
+    NSTimer *registerTimer, *_statusWindowUpdateTimer, *_audioscrobblerTimer;
+    BOOL timerUpdating, _checkingForServer, _popped, _open, _needsPolling;
     BOOL blinged;
+       int _timeUpdateCount; //Keeps track of how many times the time has been updated in the info status window
     NSLock *_serverCheckLock;
 }
 + (MainController *)sharedController;