mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-23 12:27:59 +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;
|
else previousSongIndex = shuffledIndex - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
const next = nextSongIndex
|
const next =
|
||||||
|
nextSongIndex !== undefined
|
||||||
? (queue.find(
|
? (queue.find(
|
||||||
(song) =>
|
(song) =>
|
||||||
song.uniqueId ===
|
song.uniqueId ===
|
||||||
|
|||||||
Reference in New Issue
Block a user