X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/bb135f9658368fae4ae433fb76f5aaac58f5b2f5..3b16f08f4e3b0f3b3105f79b12d2f0e0c7564a6e:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index d5e0c62..bd7e106 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -84,6 +84,11 @@ return nil; } +- (ITMTRemotePlayerSource)currentSource +{ + return nil; +} + - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; @@ -109,7 +114,7 @@ return nil; } -- (NSString *)currentSongUniqueIdentifier +- (NSString *)playerStateUniqueIdentifier { return nil; }