X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/304ae643ec373b72dd98ad1cf52f09478e639a8b..5973b75b6b4f55277003775f4793f190b6f9a72d:/iTunesRemote.m diff --git a/iTunesRemote.m b/iTunesRemote.m index 5ec512b..e5bec7b 100755 --- a/iTunesRemote.m +++ b/iTunesRemote.m @@ -168,7 +168,7 @@ - (NSString *)currentSongUniqueIdentifier { - return @"BBQ"; + return [NSString stringWithFormat:@"%i-%i", [self currentPlaylistIndex], [[ITAppleEventCenter sharedCenter] sendTwoTierAEWithRequestedKeyForNumber:@"pDID" fromObjectByKey:@"pTrk" eventClass:@"core" eventID:@"getd" appPSN:iTunesPSN]]; } - (int)currentSongIndex