Adding currentSource to the plugin API, and a placeholder method for
[MenuTunes.git] / ITMTRemote.m
index 3337e55..bd7e106 100755 (executable)
     return nil;
 }
 
+- (ITMTRemotePlayerSource)currentSource
+{
+    return nil;
+}
+
 - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
 {
     return nil;