🛠️ Hot-fix
These commits fully resolve all download issues with Erome.
Commit | Short description |
---|---|
fix(erome): initialize progress_details_frame to prevent crash on first album download
| Prevents the app from crashing when the first album download starts; the details window is now created correctly. |
fix(erome): skip duplicate media URLs to avoid double-download threads
| Stops the app from launching duplicate threads and attempting to download the same file more than once. |
fix(erome): push 100 % progress before “Completed” to clear child bars and keep footer speed/ETA
| Child progress bars now reach 100 % and disappear, and the footer shows accurate speed and ETA again. |
Result
Erome downloads now run smoothly without crashes, duplicate downloads, or confusing progress displays.