fix remove the unrelated commits

This commit is contained in:
equationslayer12 2024-02-04 14:15:44 +02:00 committed by GitHub
parent 23268ffe36
commit fa7520b939
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -448,6 +448,8 @@ class ProxyPlaylistNotifier extends PersistedStateNotifier<ProxyPlaylist>
audioPlayer.currentSource!,
makeAppropriateSource(newTrack),
);
}
}
Future<void> next() async {
if (audioPlayer.nextSource == null) return;