Added notes to the TODO. Matt, please check and modify TODO as required :)
[MenuTunes.git] / ITMTRemote.m
index 5cd7733..d5e0c62 100755 (executable)
@@ -84,7 +84,7 @@
     return nil;
 }
 
-- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index
+- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
 {
     return nil;
 }
     return nil;
 }
 
+- (int)currentAlbumTrackCount
+{
+    return nil;
+}
+
+- (int)currentSongTrack
+{
+    return nil;
+}
+
 - (NSString *)currentSongUniqueIdentifier
 {
     return nil;
     return NO;
 }
 
-- (BOOL)equalizerEnabled
+/* - (BOOL)equalizerEnabled
 {
     return NO;
 }
 - (BOOL)setEqualizerEnabled:(BOOL)enabled
 {
     return NO;
-}
+} */
 
 - (NSArray *)eqPresets
 {