X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/fb67a5518acfe2abf1f426ec7cf7b9a80ff74dc3..b20e553e320fc791b9e91b512426e0503ae9b67b:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 80cccb7..bd7e106 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; }