v1.0.9-beta.063 - fix: resolve usenet import pathing and active download status tracking
This update fixes an issue where Usenet downloads were not being imported because the Importer ignored client-specific local path mappings. It also updates the Active Downloads API to poll Usenet client history, ensuring completed downloads are accurately reflected in the Admin Dashboard rather than appearing stuck.
✨ Enhancements
- Usenet Status Parity: Synchronized the SABnzbd and NZBGet history polling logic into src/app/api/admin/active-downloads/route.ts so the Admin UI correctly displays the 100% completion state for Usenet downloads.
🐛 Bug Fixes
- Importer Client Pathing: Updated src/lib/importer.ts to explicitly fetch and respect a download client's custom localPath mapping, fixing an issue where files saved to alternative directories were failing to import.
- Importer Syntax Error: Restored a missing catch block and closing brackets in src/lib/importer.ts that caused EOF parsing errors during the build step.
Addresses #132