lint
This commit is contained in:
parent
3b4910a713
commit
1a47586cdc
1 changed files with 1 additions and 3 deletions
|
@ -46,12 +46,10 @@ function volumechange() {
|
|||
if (audioEl) ColdDeviceStorage.set('mediaVolume', audioEl.volume);
|
||||
}
|
||||
|
||||
const playerInstance = ref();
|
||||
|
||||
onMounted(() => {
|
||||
if (audioEl) {
|
||||
audioEl.volume = ColdDeviceStorage.get('mediaVolume');
|
||||
playerInstance.value = new Vlitejs('#player');
|
||||
new Vlitejs('#player');
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue