X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/46b610a25dea1e26f1348dac4024d72514130bb3..cb5ffaaae5295c34aa974990cb3e5fbcd1c9a991:/MainController.h diff --git a/MainController.h b/MainController.h index 7348a81..df1a287 100755 --- a/MainController.h +++ b/MainController.h @@ -19,7 +19,7 @@ #import #import "MTBlingController.h" -#define MT_CURRENT_VERSION 1600 +#define MT_CURRENT_VERSION 1700 @class StatusWindowController, MenuController, NetworkController; @@ -47,6 +47,7 @@ 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 + int _audioscrobblerInterval; NSLock *_serverCheckLock; } + (MainController *)sharedController; @@ -92,6 +93,7 @@ - (void)closePreferences; - (MenuController *)menuController; +- (void)showCurrentAlbumArt; - (void)showCurrentTrackInfo; @end