Added the current track info to the menu. Yay.
[MenuTunes.git] / MenuTunes.h
index 389a826..c7dc4fd 100755 (executable)
@@ -31,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;