X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/b5111a52983c34e3d63dd8547a1f259a7cb5edda..1cbd9d0238d3cc19b63733d7b9b236cff3caffe5:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 183648f..3b4a828 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -304,4 +304,9 @@ return NO; } +- (BOOL)makePlaylistWithTerm:(NSString *)term ofType:(int)type +{ + return NO; +} + @end