mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-21 10:27:24 +02:00
fix: service selection priority and Amazon fallback-only
- Fix service selection ignored: user's preferred service now takes priority - Add preferredService parameter to downloadWithExtensions - Gray out Amazon in service picker (fallback only) - Clean up unused code in Go backend
This commit is contained in:
@@ -43,7 +43,6 @@ class _EagerInitializationState extends ConsumerState<_EagerInitialization> {
|
||||
void initState() {
|
||||
super.initState();
|
||||
_initializeExtensions();
|
||||
// Trigger history provider initialization without subscribing to updates.
|
||||
ref.read(downloadHistoryProvider);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user