Adding currentSource to the plugin API, and a placeholder method for
[MenuTunes.git] / iTunesRemote.m
index 5a64303..9a942d8 100755 (executable)
 {
     return [[ITAppleEventCenter sharedCenter] sendAEWithSendStringForNumber:[NSString stringWithFormat:@"kocl:type('cTrk'), '----':obj { form:'indx', want:type('cPly'), seld:long(%lu), from:'null'() }",index] eventClass:@"core" eventID:@"cnte" appPSN:savedPSN];
 }
+- (ITMTRemotePlayerSource)currentSource
+{
+    return ITMTRemoteLibrarySource;
+}
 
 - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
 {