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);
|
if (audioEl) ColdDeviceStorage.set('mediaVolume', audioEl.volume);
|
||||||
}
|
}
|
||||||
|
|
||||||
const playerInstance = ref();
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
if (audioEl) {
|
if (audioEl) {
|
||||||
audioEl.volume = ColdDeviceStorage.get('mediaVolume');
|
audioEl.volume = ColdDeviceStorage.get('mediaVolume');
|
||||||
playerInstance.value = new Vlitejs('#player');
|
new Vlitejs('#player');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue