Updating previous track to work like iTunes, that is, if you're well into
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 14 Oct 2004 11:34:59 +0000 (11:34 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 14 Oct 2004 11:34:59 +0000 (11:34 +0000)
a song already, and use previous track once, rather than going to the
song prior, you restart from the beginning of the current song...

iTunesRemote.m

index 971e99b..a5e45be 100755 (executable)
 - (BOOL)goToPreviousSong
 {
     ITDebugLog(@"Go to previous track");
 - (BOOL)goToPreviousSong
 {
     ITDebugLog(@"Go to previous track");
-    ITSendAE('hook', 'Prev', &savedPSN);
+    ITSendAE('hook', 'Back', &savedPSN);
     ITDebugLog(@"Go to previous track done");
     return YES;
 }
     ITDebugLog(@"Go to previous track done");
     return YES;
 }