spotube/lib/provider/server/routes
thumb2086 07031cb564 fix: prevent metadata corruption for weba and flac files
- Skip metadata writing for flac files to prevent file corruption
- FLAC files have strict header requirements where writing metadata after download can corrupt the sync code and make files unplayable
- Update download_manager_provider.dart to check for both weba and flac extensions
- Update server/routes/playback.dart to check for both weba and flac extensions
- Add explanatory comments documenting why metadata writing is skipped for these formats
- Refactor extension checking to use variable assignment for clarity
2025-11-25 23:31:16 +08:00
..
connect.dart chore: fix connect play playlist/album and clear queue not working 2025-09-11 21:52:43 +06:00
playback.dart fix: prevent metadata corruption for weba and flac files 2025-11-25 23:31:16 +08:00