Changeset 612
- Timestamp:
- 07/03/08 22:15:44 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMetaDataSupport.m
r606 r612 61 61 if([ext length] && 62 62 [coverArtExtentions containsObject:ext] && 63 [lastComp isEqualToString:[file stringByDeletingPathExtension]])63 [lastComp caseInsensitiveCompare:[file stringByDeletingPathExtension]] == NSOrderedSame) 64 64 return [directory stringByAppendingPathComponent:file]; 65 65 } … … 178 178 skip:[[skipped objectForKey:collectionPath] boolValue] 179 179 hidden:[[hidden objectForKey:collectionPath] boolValue] 180 manual:[custom containsObject:collectionPath] 180 181 inContext:context]; 181 182 }
