OK, I fixed the currentSource stuff... we were formerly on the wrong
[MenuTunes.git] / ITMTRemote.m
index d5e0c62..8cb5178 100755 (executable)
     return nil;
 }
 
+- (ITMTRemotePlayerSource)currentSource
+{
+    return nil;
+}
+
 - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
 {
     return nil;
     return nil;
 }
 
-- (NSString *)currentSongUniqueIdentifier
+- (NSString *)playerStateUniqueIdentifier
 {
     return nil;
 }
     return nil;
 }
 
+- (NSString *)currentSongElapsed
+{
+    return nil;
+}
+
 - (float)currentSongRating
 {
     return nil;