X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/fcf4151edd4959d1ed0c2ca7b9077bd26682053f..e8516aa003a65e030ec6f7c4007ed04efa351477:/MainController.m diff --git a/MainController.m b/MainController.m index 6d7fe08..692c409 100755 --- a/MainController.m +++ b/MainController.m @@ -166,14 +166,8 @@ static MainController *sharedController; - (void)timerUpdate { - //This huge if statement is being nasty - /*if ( ( [self songChanged] ) || - ( ([self radioIsPlaying]) && (latestPlaylistClass != ITMTRemotePlayerRadioPlaylist) ) || - ( (! [self radioIsPlaying]) && (latestPlaylistClass == ITMTRemotePlayerRadioPlaylist) ) )*/ - if ([self songChanged]) { [self setLatestSongIdentifier:[currentRemote currentSongUniqueIdentifier]]; - latestPlaylistClass = [currentRemote currentPlaylistClass]; [menuController rebuildSubmenus]; if ( [df boolForKey:@"showSongInfoOnChange"] ) {