mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Hotfix
This commit is contained in:
parent
cb894ea184
commit
9ea60325f1
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ export const useData = defineStore('data', () => {
|
|||
}
|
||||
|
||||
function nextTrack() {
|
||||
const now = state.urls.findIndex(s => s.url === state.url);
|
||||
const i = state.urls.findIndex(s => s.url === state.url);
|
||||
|
||||
if (state.urls[i + 1]) getSong(state.urls[i + 1].url);
|
||||
else if (player.state.loop == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue