Quick remote API change... everything builds and works fine, no need for
[MenuTunes.git] / ITMTRemote.m
index 80cccb7..3337e55 100755 (executable)
@@ -84,7 +84,7 @@
     return nil;
 }
 
-- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index
+- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
 {
     return nil;
 }
     return nil;
 }
 
-- (NSString *)currentSongUniqueIdentifier
+- (NSString *)playerStateUniqueIdentifier
 {
     return nil;
 }