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