currentSongUniqueIdentifier now actually returns something that's
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 7 Apr 2003 23:12:08 +0000 (23:12 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 7 Apr 2003 23:12:08 +0000 (23:12 +0000)
functional :)

iTunesRemote.m

index 5ec512b..e5bec7b 100755 (executable)
 
 - (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