diff --git a/lib/state/audio_state.dart b/lib/state/audio_state.dart index aa2422e..ab08430 100644 --- a/lib/state/audio_state.dart +++ b/lib/state/audio_state.dart @@ -800,11 +800,11 @@ class AudioPlayerNotifier extends ChangeNotifier { return false; } - void _updateAllPlaylists() { - _playlists = [..._playlists]; - notifyListeners(); - _savePlaylists(); - } + // void _updateAllPlaylists() { + // _playlists = [..._playlists]; + // notifyListeners(); + // _savePlaylists(); + // } Future _savePlaylists() async { await _playlistsStorgae