Implemented time ticking in song info status window.
[MenuTunes.git] / MainController.h
index 027db07..5fb00ec 100755 (executable)
@@ -19,7 +19,7 @@
 #import <ITMTRemote/ITMTRemote.h>
 #import "MTBlingController.h"
 
-#define MT_CURRENT_VERSION 1510
+#define MT_CURRENT_VERSION 1520
 
 @class StatusWindowController, MenuController, NetworkController;
 
@@ -46,6 +46,7 @@
     NSTimer *registerTimer;
     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;