mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-02 16:58:06 +09:00
fix
This commit is contained in:
parent
a0cbc9ba9d
commit
5e9b8eee60
@ -39,7 +39,12 @@ const props = defineProps<{
|
||||
}>();
|
||||
|
||||
const videoEl = $ref<HTMLVideoElement | null>();
|
||||
Vlitejs.registerPlugin('pip', VlitejsPip);
|
||||
try {
|
||||
Vlitejs.registerPlugin('pip', VlitejsPip);
|
||||
}
|
||||
catch (err) {
|
||||
console.error('Pip plugin is already registered');
|
||||
}
|
||||
|
||||
const playerInstance = ref();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user