X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/107e67ed9e5791f210cfaf2185e75ea5b5e84792..d5b095e48ee15952ebfe4953379a216c509f7934:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 96fecda..b88b086 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;