Added stuff for current song rating. Right now in the submenu there are
[MenuTunes.git] / ITMTRemote.m
index 8653e5f..7b6742c 100755 (executable)
     return nil;
 }
 
+- (int)currentSongRating
+{
+    return 0;
+}
+
+- (BOOL)setCurrentSongRating:(int)rating
+{
+    return NO;
+}
+
 - (NSArray *)eqPresets;
 {
     return nil;