mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-22 07:12:28 +01:00
- Added origStatus property to MirrorFileEntry interface to track the availability of original files. - Updated generateDownloadLinks function to conditionally display the original link based on origStatus. - Implemented checkMirrorFileDbStatus function to verify the accessibility of original files and update their status in the mirrorFileDb. - Called checkMirrorFileDbStatus in main command handler to ensure the status is checked during execution.