X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/9c238c34625031237017749bb07c4b333328a616..d7c39a05d1ea7368700d2140c7f042cc72cf0d0d:/MainController.m diff --git a/MainController.m b/MainController.m index 8a6144e..294e52c 100755 --- a/MainController.m +++ b/MainController.m @@ -631,7 +631,7 @@ static MainController *sharedController; { ITDebugLog(@"Audioscrobbler: Attempting to submit current track"); [timer invalidate]; - if ([df boolForKey:@"audioscrobblerEnabled"] && [[AudioscrobblerController sharedController] handshakeCompleted]) { + if ([df boolForKey:@"audioscrobblerEnabled"]) { NS_DURING int elapsed = [[self currentRemote] currentSongPlayed], length = [[self currentRemote] currentSongDuration], requiredInterval = ((length / 2 < 240) ? length / 2 : 240); if ((abs(elapsed - requiredInterval) < 5) && ([[self currentRemote] playerPlayingState] == ITMTRemotePlayerPlaying)) {