git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updating previous track to work like iTunes, that is, if you're well into
[MenuTunes.git]
/
iTunesRemote.m
diff --git
a/iTunesRemote.m
b/iTunesRemote.m
index
971e99b
..
a5e45be
100755
(executable)
--- 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;
}