Finally fixed all the memory leaks, I hope. Fixed iTunesRemote to not
[MenuTunes.git] / ITMTRemote.h
index 91c3512..9cd019b 100755 (executable)
@@ -424,6 +424,11 @@ er's process managment.
  */
 - (BOOL)switchToEQAtIndex:(int)index;
 
+/*!
+ * @method makePlaylistWithTerm:ofType:
+ */
+- (BOOL)makePlaylistWithTerm:(NSString *)term ofType:(int)type;
+
 @end
 
 /*!