mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
parent
7273fcabc8
commit
dc969e44ee
11 changed files with 522 additions and 177 deletions
|
@ -26,8 +26,11 @@ export const usePlayer = defineStore('player', () => {
|
|||
loop: false,
|
||||
play: false,
|
||||
status: 'play',
|
||||
hls: '',
|
||||
streams: [],
|
||||
duration: 0,
|
||||
time: 0,
|
||||
currentTime: 0,
|
||||
playlist: false,
|
||||
lyrics: false,
|
||||
info: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue