Lock file restored to original

This commit is contained in:
banaanihillo@protonmail.ch 2024-04-20 12:10:03 +03:00
parent f0f1f1e2fb
commit dbaa33b737
2 changed files with 4545 additions and 31 deletions

4575
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -148,7 +148,6 @@ export const usePlayer = defineStore('player', () => {
info: false, info: false,
add: false, add: false,
vol: store.vol ? store.vol / 100 : 1, vol: store.vol ? store.vol / 100 : 1,
tooltipIsOpen: false,
}); });
function toggle(i) { function toggle(i) {