mirror of
https://github.com/xtrll/MusicMetaFinder.git
synced 2026-04-26 18:55:54 +02:00
- Refactor error handling by consolidating all errors in a newly created 'errors' directory. - Introduce truncateAudioStream functionality to limit audio file processing to 25 seconds, optimizing performance and API usage. The newly added 'errors' directory contains the apiError handler which provides a centralized error handling mechanism to easily manage error consistency and possible expansion in the future.