Added a browse Artist menu. The playlist creation and everything is
[MenuTunes.git] / MainController.h
index e1ad2a4..21848e7 100755 (executable)
@@ -68,6 +68,7 @@
 - (void)selectSongAtIndex:(int)index;
 - (void)selectSongRating:(int)rating;
 - (void)selectEQPresetAtIndex:(int)index;
+- (void)makePlaylistWithTerm:(NSString *)term ofType:(int)type;
 - (void)showPlayer;
 - (void)showPreferences;
 - (void)showTestWindow;