X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/13cf91d9f8bff4826b27829e441ad75efed02cdb..79a47ef87af186c7a8e48ae9b99922cb1cb72512:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index b88b086..bafb49e 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -79,7 +79,7 @@ return nil; } -- (int)numberOfSongsInPlaylistAtIndex:(int)index +- (int)numberOfSources { return nil; } @@ -139,6 +139,11 @@ return nil; } +- (NSString *)currentSongComposer +{ + return nil; +} + - (NSString *)currentSongAlbum { return nil; @@ -169,6 +174,11 @@ return nil; } +- (int)currentSongPlayCount +{ + return nil; +} + - (float)currentSongRating { return nil; @@ -179,7 +189,7 @@ return NO; } -/* - (BOOL)equalizerEnabled +- (BOOL)equalizerEnabled { return NO; } @@ -187,7 +197,7 @@ - (BOOL)setEqualizerEnabled:(BOOL)enabled { return NO; -} */ +} - (NSArray *)eqPresets { @@ -264,10 +274,10 @@ return NO; } -/*- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2 +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2 { return NO; -}*/ +} - (BOOL)switchToSongAtIndex:(int)index {