xmp from my face-file after using the digiKam maintenance tool to create xmp files
Alignment with Phares 8.0.118.14751 for Shared and Metadata
This commit is contained in:
@ -235,7 +235,7 @@ public class Worker : BackgroundService
|
||||
}
|
||||
}
|
||||
else if (_AppSettings.ValidImageFormatExtensions.Contains(extension) && File.Exists(_Args[0]))
|
||||
Helpers.Exif.HelperExif.DragAndDrop(_Logger, _Args[0]);
|
||||
Helpers.ExifHelper.DragAndDrop(_Logger, _Args[0]);
|
||||
else
|
||||
throw new Exception(_Args[0]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user