X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cfe2c029d37ca99332c794092229e97bd86d4ddd..5b87e582c5b178681b7869f0dc2674ec15056dc3:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 8cb5178..b88b086 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -89,6 +89,11 @@ return nil; } +- (int)currentSourceIndex +{ + return nil; +} + - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; @@ -159,6 +164,11 @@ return nil; } +- (NSImage *)currentSongAlbumArt +{ + return nil; +} + - (float)currentSongRating { return nil; @@ -254,6 +264,11 @@ return NO; } +/*- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2 +{ + return NO; +}*/ + - (BOOL)switchToSongAtIndex:(int)index { return NO;