Worked on it some... see the TODO file for bugs I've fixed, or might have
[MenuTunes.git] / ITMTRemote.m
index 36b82eb..80cccb7 100755 (executable)
@@ -1,4 +1,4 @@
-pen#import "ITMTRemote.h"
+#import "ITMTRemote.h"
 
 @implementation ITMTRemote
 
@@ -99,6 +99,16 @@ pen#import "ITMTRemote.h"
     return nil;
 }
 
+- (int)currentAlbumTrackCount
+{
+    return nil;
+}
+
+- (int)currentSongTrack
+{
+    return nil;
+}
+
 - (NSString *)currentSongUniqueIdentifier
 {
     return nil;
@@ -149,7 +159,7 @@ pen#import "ITMTRemote.h"
     return NO;
 }
 
-- (BOOL)equalizerEnabled
+/* - (BOOL)equalizerEnabled
 {
     return NO;
 }
@@ -157,7 +167,7 @@ pen#import "ITMTRemote.h"
 - (BOOL)setEqualizerEnabled:(BOOL)enabled
 {
     return NO;
-}
+} */
 
 - (NSArray *)eqPresets
 {