X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6745d6b50f232e5d1da5c57032a669977bb37d8c..d5b095e48ee15952ebfe4953379a216c509f7934:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 3337e55..b88b086 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -84,6 +84,16 @@ return nil; } +- (ITMTRemotePlayerSource)currentSource +{ + return nil; +} + +- (int)currentSourceIndex +{ + return nil; +} + - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; @@ -149,6 +159,16 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + +- (NSImage *)currentSongAlbumArt +{ + return nil; +} + - (float)currentSongRating { return nil; @@ -244,6 +264,11 @@ return NO; } +/*- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2 +{ + return NO; +}*/ + - (BOOL)switchToSongAtIndex:(int)index { return NO;