git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added a Refresh item to the playlists menu that refreshes the submenu.
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
96fecda
..
bafb49e
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-79,7
+79,7
@@
return nil;
}
return nil;
}
-- (int)numberOfSo
ngsInPlaylistAtIndex:(int)index
+- (int)numberOfSo
urces
{
return nil;
}
{
return nil;
}
@@
-89,6
+89,11
@@
return nil;
}
return nil;
}
+- (int)currentSourceIndex
+{
+ return nil;
+}
+
- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
@@
-134,6
+139,11
@@
return nil;
}
return nil;
}
+- (NSString *)currentSongComposer
+{
+ return nil;
+}
+
- (NSString *)currentSongAlbum
{
return nil;
- (NSString *)currentSongAlbum
{
return nil;
@@
-164,6
+174,11
@@
return nil;
}
return nil;
}
+- (int)currentSongPlayCount
+{
+ return nil;
+}
+
- (float)currentSongRating
{
return nil;
- (float)currentSongRating
{
return nil;
@@
-174,7
+189,7
@@
return NO;
}
return NO;
}
-
/*
- (BOOL)equalizerEnabled
+- (BOOL)equalizerEnabled
{
return NO;
}
{
return NO;
}
@@
-182,7
+197,7
@@
- (BOOL)setEqualizerEnabled:(BOOL)enabled
{
return NO;
- (BOOL)setEqualizerEnabled:(BOOL)enabled
{
return NO;
-}
*/
+}
- (NSArray *)eqPresets
{
- (NSArray *)eqPresets
{
@@
-259,6
+274,11
@@
return NO;
}
return NO;
}
+- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2
+{
+ return NO;
+}
+
- (BOOL)switchToSongAtIndex:(int)index
{
return NO;
- (BOOL)switchToSongAtIndex:(int)index
{
return NO;