Changeset 533

Show
Ignore:
Timestamp:
05/14/08 13:09:44 (8 months ago)
Author:
gbooker
Message:

Remove " | add synopsis" from plot

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireFrappliance/SapphireMovieImporter.m

    r532 r533  
    465465                                { 
    466466                                        [trimmer scanUpToString:@"full summary" intoString:&plot]; 
     467                                        NSMutableString *mutStr = [plot mutableCopy]; 
     468                                        [mutStr replaceOccurrencesOfString:@" | add synopsis" withString:@"" options:0 range:NSMakeRange(0, [mutStr length])]; 
     469                                        plot = [NSString stringWithString:mutStr]; 
     470                                        [mutStr release]; 
    467471                                } 
    468472                                else