Last minute bug fixes
parent
da26e6757b
commit
12dc73430b
|
@ -203,7 +203,7 @@ NSMutableDictionary * dictionaryWithPropertiesOfObject(id obj, NSArray * filterL
|
||||||
}
|
}
|
||||||
[fileHandle truncateFileAtOffset:0];
|
[fileHandle truncateFileAtOffset:0];
|
||||||
|
|
||||||
NSArray * filterList = [NSArray arrayWithObjects:@"display", @"length", @"path", @"filename", @"status", @"statusMessage", @"spam", @"stopAfter", @"shuffleIndex", @"index", @"current", @"queued", @"currentPosition", @"queuePosition", @"error", @"removed", @"URL", @"albumArt", nil];
|
NSArray * filterList = [NSArray arrayWithObjects:@"display", @"length", @"path", @"filename", @"status", @"statusMessage", @"spam", @"lengthText", @"positionText", @"stopAfter", @"shuffleIndex", @"index", @"current", @"queued", @"currentPosition", @"queuePosition", @"error", @"removed", @"URL", @"albumArt", nil];
|
||||||
|
|
||||||
NSMutableDictionary * albumArtSet = [[NSMutableDictionary alloc] init];
|
NSMutableDictionary * albumArtSet = [[NSMutableDictionary alloc] init];
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
+ (NSDictionary *)entriesForContainerURL:(NSURL *)url
|
+ (NSDictionary *)entriesForContainerURL:(NSURL *)url
|
||||||
{
|
{
|
||||||
if (![url isFileURL])
|
if (![url isFileURL])
|
||||||
return [NSArray array];
|
return [NSDictionary dictionary];
|
||||||
|
|
||||||
NSError *nserr;
|
NSError *nserr;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue