diff --git a/islandora_fits.module b/islandora_fits.module index 0288d9e5..6a5dfde8 100644 --- a/islandora_fits.module +++ b/islandora_fits.module @@ -60,6 +60,7 @@ function islandora_fits_media_presave(MediaInterface $media) { $has_new = $transformer->checkNew($data); if ($has_new) { $media->set('field_complete', FALSE); + $transformer->addMediaFields($data); } else { $transformer->populateMedia($data, $media);