Updating previous track to work like iTunes, that is, if you're well into
[MenuTunes.git] / iTunesRemote.m
index 971e99b..a5e45be 100755 (executable)
 - (BOOL)goToPreviousSong
 {
     ITDebugLog(@"Go to previous track");
-    ITSendAE('hook', 'Prev', &savedPSN);
+    ITSendAE('hook', 'Back', &savedPSN);
     ITDebugLog(@"Go to previous track done");
     return YES;
 }