mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-29 05:28:00 +02:00
parent
212a0e6dd6
commit
b023b67e04
10 changed files with 502 additions and 325 deletions
|
@ -95,7 +95,7 @@ export const useData = defineStore('data', () => {
|
|||
}
|
||||
}
|
||||
|
||||
function playNext(u) {
|
||||
function playNext() {
|
||||
const i = state.urls.findIndex(s => s.url === state.url);
|
||||
|
||||
if (player.state.loop == 2) getSong(state.url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue