X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/b5111a52983c34e3d63dd8547a1f259a7cb5edda..5e4dec969868a410da088273791f228def3b36a7:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 183648f..75ed74f 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -204,6 +204,16 @@ return NO; } +- (BOOL)currentSongShufflable +{ + return NO; +} + +- (BOOL)setCurrentSongShufflable:(BOOL)shufflable +{ + return NO; +} + - (BOOL)equalizerEnabled { return NO; @@ -304,4 +314,9 @@ return NO; } +- (BOOL)makePlaylistWithTerm:(NSString *)term ofType:(int)type +{ + return NO; +} + @end