Skip to content

Fix Crash issues "Dump Media Library"

This MR fixes a crash on using "Dump Media Library"

The app would crash when using the "Dump Media Library" settings if a dump file from a previous export already existed. This was caused by an incorrect attempt to create a directory at the destination file's path.

This fix corrects the logic by:

1.Ensuring the parent Logs directory exists. 2.Removing the old dump file before copying the new one.

This makes the export operation robust and prevents the crash.

Merge request reports

Loading