Changelog - v0.8.9
Fixes
🛠 Fixed Incomplete File Downloads
- Commit: 801e1db
- Issue: Downloads were not completing properly, leaving files stuck in
.temp
format. - Solution: Identified that only a single chunk was being downloaded instead of processing the entire file. Updated the
process_media_element
function to correctly iterate over all chunks, ensuring that files are fully downloaded before being renamed. - Impact: Files now download completely, and the UI accurately reflects the download state.