X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/46b610a25dea1e26f1348dac4024d72514130bb3..e62f72407268a63e92892454648467a55f9e57a4:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index e4ff611..8431051 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -179,6 +179,11 @@ return nil; } +- (int)currentSongPlayed +{ + return -1; +} + - (int)currentSongDuration { return -1;