Changeset 1185

Show
Ignore:
Timestamp:
02/26/2010 07:23:28 AM (2 years ago)
Author:
gbooker
Message:

Don't attempt an auto selection if there are no choices.
Fixes #356

Files:
1 modified

Legend:

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

    r1179 r1185  
    171171                [self completeWithState:state withStatus:ImportStateNotUpdated importComplete:YES]; 
    172172        } 
    173         if([[SapphireSettings sharedSettings] autoSelection]) 
     173        else if([[SapphireSettings sharedSettings] autoSelection]) 
    174174        { 
    175175                SapphireFileMetaData *metaData = state->file;