mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-24 12:57:55 +02:00
[bugfix]: fix repeat one with shuffle and one track
This commit is contained in:
@@ -342,7 +342,8 @@ export const usePlayerStore = create<PlayerSlice>()(
|
||||
else previousSongIndex = shuffledIndex - 1;
|
||||
}
|
||||
|
||||
const next = nextSongIndex
|
||||
const next =
|
||||
nextSongIndex !== undefined
|
||||
? (queue.find(
|
||||
(song) =>
|
||||
song.uniqueId ===
|
||||
|
||||
Reference in New Issue
Block a user