Added a new currentSongDuration method to the remote.
[MenuTunes.git] / ITMTRemote.m
index 75ed74f..e4ff611 100755 (executable)
     return nil;
 }
 
+- (BOOL)songEnabledAtIndex:(int)index
+{
+       return nil;
+}
+
 - (int)currentAlbumTrackCount
 {
     return nil;
     return nil;
 }
 
+- (int)currentSongDuration
+{
+       return -1;
+}
+
 - (NSString *)currentSongRemaining
 {
     return nil;