X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/fb67a5518acfe2abf1f426ec7cf7b9a80ff74dc3..cfe2c029d37ca99332c794092229e97bd86d4ddd:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 80cccb7..8cb5178 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -84,7 +84,12 @@ return nil; } -- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index +- (ITMTRemotePlayerSource)currentSource +{ + return nil; +} + +- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; } @@ -109,7 +114,7 @@ return nil; } -- (NSString *)currentSongUniqueIdentifier +- (NSString *)playerStateUniqueIdentifier { return nil; } @@ -149,6 +154,11 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + - (float)currentSongRating { return nil;