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