X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/5e4dec969868a410da088273791f228def3b36a7..01de763e5aad722c6e61891f11ba826beea60992:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 75ed74f..8431051 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -124,6 +124,11 @@ return nil; } +- (BOOL)songEnabledAtIndex:(int)index +{ + return nil; +} + - (int)currentAlbumTrackCount { return nil; @@ -174,6 +179,16 @@ return nil; } +- (int)currentSongPlayed +{ + return -1; +} + +- (int)currentSongDuration +{ + return -1; +} + - (NSString *)currentSongRemaining { return nil;