Whoops. Quick fix... I forgot a change in the class files.
[MenuTunes.git] / iTunesRemote.m
index 639843d..a5a1f82 100755 (executable)
@@ -57,7 +57,7 @@
     return nil;
 }
 
-- (ITMTRemotePlayerRunningStatus)playerRunningState
+- (ITMTRemotePlayerRunningState)playerRunningState
 {
     NSArray *apps = [[NSWorkspace sharedWorkspace] launchedApplications];
     int i;