Added the current track info to the menu. Yay.
[MenuTunes.git] / MenuTunes.h
index e48b9a6..c7dc4fd 100755 (executable)
@@ -22,7 +22,6 @@
 {
     NSStatusItem *statusItem;
     NSMenu *menu;
-//  MenuTunesView *view;
     ComponentInstance asComponent;
     
     //Used in updating the menu automatically
@@ -32,7 +31,7 @@
     bool isPlayingRadio;
     
     ProcessSerialNumber iTunesPSN;
-    bool didHaveAlbumName; //Helper variable for creating the menu
+    bool didHaveAlbumName, didHaveArtistName; //Helper variable for creating the menu
     
     //For upcoming songs
     NSMenuItem *upcomingSongsItem;