Minor change.

This commit is contained in:
stonega 2021-01-31 12:34:19 +08:00
parent f752f10a37
commit f43a3cf4bc
1 changed files with 5 additions and 5 deletions

View File

@ -800,11 +800,11 @@ class AudioPlayerNotifier extends ChangeNotifier {
return false;
}
void _updateAllPlaylists() {
_playlists = [..._playlists];
notifyListeners();
_savePlaylists();
}
// void _updateAllPlaylists() {
// _playlists = [..._playlists];
// notifyListeners();
// _savePlaylists();
// }
Future<void> _savePlaylists() async {
await _playlistsStorgae