Implemented time ticking in song info status window.
[MenuTunes.git] / MainController.h
index 36323bc..5fb00ec 100755 (executable)
@@ -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;