Skip to content

Commit 659abca

Browse files
committed
empty list
1 parent 57468df commit 659abca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: iLcatraz/ITunesService.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ + (NSString*)descriptor2json:(NSAppleEventDescriptor*) descriptor
143143
[ret appendString:item];
144144
}
145145
}
146-
if (ret==NULL) return NULL;
146+
if (ret==NULL) return @"[]";
147147
return [[@"[" stringByAppendingString:[NSString stringWithString:ret]] stringByAppendingString:@"]"];
148148
}
149149
case 'cUsP': {

0 commit comments

Comments
 (0)