X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/4cc768e3aa51184f1ed574cd17857bf97ecaea41..d9ea951aa04106a979f9645cd996c9f297fef733:/OldMainController.m diff --git a/OldMainController.m b/OldMainController.m index ea9bc47..87d184e 100755 --- a/OldMainController.m +++ b/OldMainController.m @@ -343,7 +343,7 @@ } //Set the new unique song identifier - lastSongIdentifier = [[currentRemote currentSongUniqueIdentifier] retain]; + lastSongIdentifier = [[currentRemote playerStateUniqueIdentifier] retain]; //If we're in a playlist or radio mode if ( ![lastSongIdentifier isEqualToString:@"0-0"] && (trackInfoIndex > -1) ) { @@ -507,7 +507,7 @@ - (void)timerUpdate { - NSString *currentIdentifier = [currentRemote currentSongUniqueIdentifier]; + NSString *currentIdentifier = [currentRemote playerStateUniqueIdentifier]; if (![lastSongIdentifier isEqualToString:currentIdentifier] || (!isPlayingRadio && ([currentRemote currentPlaylistClass] == ITMTRemotePlayerRadioPlaylist))) { //