X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/8c2086efaf1ee7419fc91275fdc7426de3fbe7fd..796f8360ac05b39085aef9f202f635a04ba6834e:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index a8270c6..8653e5f 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -33,6 +33,11 @@ return NO; } +- (BOOL)isAppRunning +{ + return NO; +} + - (PlayerState)playerState { return stopped;