From f063b37f95587561483eac59c8a13709bd20beef Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Thu, 14 Oct 2004 11:34:59 +0000 Subject: [PATCH] Updating previous track to work like iTunes, that is, if you're well into 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iTunesRemote.m b/iTunesRemote.m index 971e99b..a5e45be 100755 --- a/iTunesRemote.m +++ b/iTunesRemote.m @@ -721,7 +721,7 @@ - (BOOL)goToPreviousSong { ITDebugLog(@"Go to previous track"); - ITSendAE('hook', 'Prev', &savedPSN); + ITSendAE('hook', 'Back', &savedPSN); ITDebugLog(@"Go to previous track done"); return YES; } -- 2.20.1