Changeset 758
- Timestamp:
- 01/21/09 19:33:15 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/CoreData/SapphireFrappliance/MetaDataImporting/SapphireMovieImporter.m
r744 r758 638 638 if([resultTitleValue rangeOfString:@"(VG)"].location != NSNotFound) 639 639 continue ; 640 if([resultTitleValue rangeOfString:@"(TV series)" options:NSCaseInsensitiveSearch].location != NSNotFound) 641 continue; 640 642 [ret addObject:[NSDictionary dictionaryWithObjectsAndKeys: 641 643 [[result objectsForXQuery:IMDB_RESULT_NAME_XPATH error:&error] objectAtIndex:0], MOVIE_TRAN_IMDB_NAME_KEY,
