Quick API addition for Unique IDs, to reduce unneeded MT queries.
[MenuTunes.git] / ITMTRemote.h
index 07dec73..2d55b42 100755 (executable)
@@ -209,6 +209,11 @@ typedef enum {
  */
 - (NSString *)songTitleAtIndex:(int)index;
 
+/*!
+ * @method currentSongUniqueIdentifier:
+ */
+- (NSString *)currentSongUniqueIdentifier;
+
 /*!
  * @method currentSongIndex
  */