Adding currentSource to the plugin API, and a placeholder method for
[MenuTunes.git] / ITMTRemote.m
index 5cd7733..bd7e106 100755 (executable)
     return nil;
 }
 
-- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index
+- (ITMTRemotePlayerSource)currentSource
+{
+    return nil;
+}
+
+- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
 {
     return nil;
 }
     return nil;
 }
 
-- (NSString *)currentSongUniqueIdentifier
+- (int)currentAlbumTrackCount
+{
+    return nil;
+}
+
+- (int)currentSongTrack
+{
+    return nil;
+}
+
+- (NSString *)playerStateUniqueIdentifier
 {
     return nil;
 }
     return NO;
 }
 
-- (BOOL)equalizerEnabled
+/* - (BOOL)equalizerEnabled
 {
     return NO;
 }
 - (BOOL)setEqualizerEnabled:(BOOL)enabled
 {
     return NO;
-}
+} */
 
 - (NSArray *)eqPresets
 {