Show
Ignore:
Timestamp:
07/22/10 18:04:09 (22 months ago)
Author:
gbooker
Message:

Auto-selection was failing to pass the IMDB id to the later stages, which require the ID to work.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/MetaDataImporting/SapphireMovieImporter.m

    r1251 r1305  
    175175                SapphireMovieTranslation *tran = [state createTranslationInContext:moc]; 
    176176                tran.url = [[movies objectAtIndex:0] objectForKey:movieTranslationLinkKey]; 
     177                tran.itemID = [[movies objectAtIndex:0] objectForKey:movieTranslationIDKey]; 
    177178                [self getMovieResultsForState:state]; 
    178179        }