X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/479952e2cf104d1f984108c5b672d8fbb039eebe..7eff668a73d0965a793c7956d9553f539ca30f65:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 50fcb21..d5e0c62 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -84,7 +84,7 @@ return nil; } -- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index +- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; } @@ -99,6 +99,21 @@ return nil; } +- (int)currentAlbumTrackCount +{ + return nil; +} + +- (int)currentSongTrack +{ + return nil; +} + +- (NSString *)currentSongUniqueIdentifier +{ + return nil; +} + - (int)currentSongIndex { return nil; @@ -144,7 +159,7 @@ return NO; } -- (BOOL)equalizerEnabled +/* - (BOOL)equalizerEnabled { return NO; } @@ -152,7 +167,7 @@ - (BOOL)setEqualizerEnabled:(BOOL)enabled { return NO; -} +} */ - (NSArray *)eqPresets {