From fa7520b939b7b71dc79f0346a47d02c81c4680c5 Mon Sep 17 00:00:00 2001 From: equationslayer12 <80574033+equationslayer12@users.noreply.github.com> Date: Sun, 4 Feb 2024 14:15:44 +0200 Subject: [PATCH] fix remove the unrelated commits --- lib/provider/proxy_playlist/proxy_playlist_provider.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/provider/proxy_playlist/proxy_playlist_provider.dart b/lib/provider/proxy_playlist/proxy_playlist_provider.dart index 3cb81a95..ca0fb308 100644 --- a/lib/provider/proxy_playlist/proxy_playlist_provider.dart +++ b/lib/provider/proxy_playlist/proxy_playlist_provider.dart @@ -448,6 +448,8 @@ class ProxyPlaylistNotifier extends PersistedStateNotifier audioPlayer.currentSource!, makeAppropriateSource(newTrack), ); + } + } Future next() async { if (audioPlayer.nextSource == null) return;