Added -artists and -albums methods to the iTunes remote. Added an artists
[MenuTunes.git] / ITMTRemote.m
index bafb49e..183648f 100755 (executable)
     return nil;
 }
 
+- (NSArray *)artists
+{
+    return nil;
+}
+
+- (NSArray *)albums
+{
+    return nil;
+}
+
 - (int)numberOfSources
 {
     return nil;
 }
 
+- (int)numberOfSongsInPlaylistAtIndex:(int)index
+{
+    return nil;
+}
+
 - (ITMTRemotePlayerSource)currentSource
 {
     return nil;