Changeset 682
- Timestamp:
- 10/06/08 14:07:28 (3 months ago)
- Files:
-
- trunk/SapphireFrappliance/SapphireMovieImporter.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireFrappliance/SapphireMovieImporter.m
r672 r682 635 635 continue; 636 636 /*Skip Video Game titles (VG) and TV Series (Either (TV) or (TV Series))*/ 637 if([resultTitleValue rangeOfString:@"(VG)"].location != NSNotFound || [resultTitleValue rangeOfString:@"(TV "].location != NSNotFound )637 if([resultTitleValue rangeOfString:@"(VG)"].location != NSNotFound || [resultTitleValue rangeOfString:@"(TV)"].location != NSNotFound || [resultTitleValue rangeOfString:@"(TV Series)"].location != NSNotFound ) 638 638 continue ; 639 639 [ret addObject:[NSDictionary dictionaryWithObjectsAndKeys:
