Added a browse Artist menu. The playlist creation and everything is
[MenuTunes.git] / ITMTRemote.m
index 183648f..3b4a828 100755 (executable)
     return NO;
 }
 
+- (BOOL)makePlaylistWithTerm:(NSString *)term ofType:(int)type
+{
+    return NO;
+}
+
 @end