Changeset 531

Show
Ignore:
Timestamp:
05/10/08 17:47:33 (7 months ago)
Author:
gbooker
Message:

IMDB changed the name of the plot header.
Fixes #166

Files:

Legend:

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

    r528 r531  
    462462                                        genres = [[myGenres copy] autorelease]; 
    463463                                } 
    464                                 else if([dataType hasPrefix:@"Plot Outline"]) 
     464                                else if([dataType hasPrefix:@"Plot:"]) 
    465465                                { 
    466466                                        [trimmer scanUpToString:@"more\n" intoString:&plot];