github hankscafe/omnibus v1.0.9-beta.062
Omnibus v1.0.9-beta.062

one hour ago

v1.0.9-beta.062 - fix: resolve typescript compilation errors and finalize usenet history tracking

This commit fixes several syntax and scoping errors introduced in the previous routing updates, ensuring the application compiles successfully. It also finalizes the Usenet history tracking logic so the active downloads queue properly recognizes completed NZB transfers.

✨ Enhancements

  • Usenet Status Parity: Mirrored the dual-fetch logic (Active Queue + History) into src/app/api/admin/active-downloads/route.ts so the Admin Dashboard UI accurately reflects the background job's 100% completion state for Usenet downloads.

🐛 Bug Fixes

  • 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.
  • Misplaced Client Logic: Correctly placed the SABnzbd and NZBGet history polling inside getAllActiveDownloads() in src/lib/download-clients.ts, resolving baseHeaders and allDownloads undefined TypeScript errors.

Addresses #132

Don't miss a new omnibus release

NewReleases is sending notifications on new releases.