X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6f3e95b38759c72706e83ff140ae17667cdfad22..95bfc9d0fa830da8615ed00808ff347df2f50eb5:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index febdda1..e4ff611 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -179,6 +179,11 @@ return nil; } +- (int)currentSongDuration +{ + return -1; +} + - (NSString *)currentSongRemaining { return nil;