X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/bb135f9658368fae4ae433fb76f5aaac58f5b2f5..107e67ed9e5791f210cfaf2185e75ea5b5e84792:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index d5e0c62..96fecda 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; } @@ -149,6 +154,16 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + +- (NSImage *)currentSongAlbumArt +{ + return nil; +} + - (float)currentSongRating { return nil;