mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 09:27:30 +00:00
fix remove the unrelated commits
This commit is contained in:
parent
23268ffe36
commit
fa7520b939
@ -448,6 +448,8 @@ class ProxyPlaylistNotifier extends PersistedStateNotifier<ProxyPlaylist>
|
|||||||
audioPlayer.currentSource!,
|
audioPlayer.currentSource!,
|
||||||
makeAppropriateSource(newTrack),
|
makeAppropriateSource(newTrack),
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> next() async {
|
Future<void> next() async {
|
||||||
if (audioPlayer.nextSource == null) return;
|
if (audioPlayer.nextSource == null) return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user