mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-16 08:00:23 +02:00
chore: update default lyrics providers and about links
This commit is contained in:
@@ -161,13 +161,7 @@ class SettingsNotifier extends Notifier<AppSettings> {
|
||||
.toList();
|
||||
state = state.copyWith(
|
||||
lyricsProviders: updatedProviders.isEmpty
|
||||
? const [
|
||||
'lrclib',
|
||||
'musixmatch',
|
||||
'netease',
|
||||
'apple_music',
|
||||
'qqmusic',
|
||||
]
|
||||
? const ['lrclib', 'apple_music']
|
||||
: updatedProviders,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user