mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-26 05:51:18 +02:00
28b877f0eb
download_queue_provider.dart (9,525 lines) hosted the entire download history feature alongside the queue. Move DownloadHistoryItem/State/ Notifier and the history providers to download_history_provider.dart, and promote the audio format/quality helpers both need into lib/utils/audio_format_utils.dart. The queue provider re-exports the history library, so existing imports keep working unchanged.