Changeset 1185
- Timestamp:
- 02/26/2010 07:23:28 AM (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/MetaDataImporting/SapphireMovieImporter.m
r1179 r1185 171 171 [self completeWithState:state withStatus:ImportStateNotUpdated importComplete:YES]; 172 172 } 173 if([[SapphireSettings sharedSettings] autoSelection])173 else if([[SapphireSettings sharedSettings] autoSelection]) 174 174 { 175 175 SapphireFileMetaData *metaData = state->file;
