We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57468df commit 659abcaCopy full SHA for 659abca
iLcatraz/ITunesService.m
@@ -143,7 +143,7 @@ + (NSString*)descriptor2json:(NSAppleEventDescriptor*) descriptor
143
[ret appendString:item];
144
}
145
146
- if (ret==NULL) return NULL;
+ if (ret==NULL) return @"[]";
147
return [[@"[" stringByAppendingString:[NSString stringWithString:ret]] stringByAppendingString:@"]"];
148
149
case 'cUsP': {
0 commit comments