Fixed a crash when unchecking share this player. Also trying to make the
[MenuTunes.git] / ITMTRemote.m
index 3337e55..96fecda 100755 (executable)
     return nil;
 }
 
+- (ITMTRemotePlayerSource)currentSource
+{
+    return nil;
+}
+
 - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
 {
     return nil;
     return nil;
 }
 
+- (NSString *)currentSongElapsed
+{
+    return nil;
+}
+
+- (NSImage *)currentSongAlbumArt
+{
+    return nil;
+}
+
 - (float)currentSongRating
 {
     return nil;