X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/9234efdd6caadd01f9b28637b44b7f88c42e0cec..5e4dec969868a410da088273791f228def3b36a7:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 3b4a828..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;