git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed the state for the playlists menu item to show the currently playing playlist.
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
3b4a828
..
75ed74f
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-204,6
+204,16
@@
return NO;
}
+- (BOOL)currentSongShufflable
+{
+ return NO;
+}
+
+- (BOOL)setCurrentSongShufflable:(BOOL)shufflable
+{
+ return NO;
+}
+
- (BOOL)equalizerEnabled
{
return NO;