chore: update default lyrics providers and about links

This commit is contained in:
zarzet
2026-05-04 15:51:57 +07:00
parent 5bdaa35ced
commit a4dc776bfb
41 changed files with 7 additions and 748 deletions
+1 -7
View File
@@ -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,
);
}