X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/95bfc9d0fa830da8615ed00808ff347df2f50eb5..d2a384947ca515dfbdc114c326e7ac4667c0397e:/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;