X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/a39da95b62217faccd6f43d22f20c5637cf10196..b69eee35badf2aaca494fe27250fcd3f5f077cbb:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 96fecda..55e599b 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -89,6 +89,11 @@ return nil; } +- (int)currentSourceIndex +{ + return nil; +} + - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; @@ -259,6 +264,11 @@ return NO; } +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2 +{ + return NO; +} + - (BOOL)switchToSongAtIndex:(int)index { return NO;