git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Quick API addition for Unique IDs, to reduce unneeded MT queries.
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
50fcb21
..
36b82eb
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-1,4
+1,4
@@
-#import "ITMTRemote.h"
+
pen
#import "ITMTRemote.h"
@implementation ITMTRemote
@@
-99,6
+99,11
@@
return nil;
}
+- (NSString *)currentSongUniqueIdentifier
+{
+ return nil;
+}
+
- (int)currentSongIndex
{
return nil;