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; return false;
} }
void _updateAllPlaylists() { // void _updateAllPlaylists() {
_playlists = [..._playlists]; // _playlists = [..._playlists];
notifyListeners(); // notifyListeners();
_savePlaylists(); // _savePlaylists();
} // }
Future<void> _savePlaylists() async { Future<void> _savePlaylists() async {
await _playlistsStorgae await _playlistsStorgae