- Timestamp:
- 07/05/10 17:33:37 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/MetaData/SapphireMObjects/SapphireFileMetaData.m
r1295 r1299 166 166 NSString *path = [oldFile valueForKey:@"path"]; 167 167 newFile.path = path; 168 newFile.parent = [dirLookup objectForKey:[ oldFile valueForKeyPath:@"parent.path"]];168 newFile.parent = [dirLookup objectForKey:[path stringByDeletingLastPathComponent]]; 169 169 newFile.audioDescription = [oldFile valueForKey:@"audioDescription"]; 170 170 newFile.audioFormatID = [oldFile valueForKey:@"audioFormatID"];
