git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Plugin API changes
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
78922f4
..
c003989
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-33,14
+33,14
@@
return NO;
}
return NO;
}
-- (
BOOL)isAppRunning
+- (
ITMTRemotePlayerRunningStatus)playerRunningStatus
{
{
- return
NO
;
+ return
ITMTRemotePlayerNotRunning
;
}
- (ITMTRemotePlayerState)playerState
{
}
- (ITMTRemotePlayerState)playerState
{
- return
s
topped;
+ return
ITMTRemotePlayerS
topped;
}
- (NSArray *)playlists
}
- (NSArray *)playlists