🤞
This commit is contained in:
parent
1a47586cdc
commit
106800f0c5
1 changed files with 1 additions and 5 deletions
|
@ -34,12 +34,8 @@ const props = defineProps<{
|
|||
video: misskey.entities.DriveFile;
|
||||
}>();
|
||||
|
||||
const videoEl = $ref<HTMLVideoElement | null>();
|
||||
|
||||
onMounted(() => {
|
||||
if (videoEl) {
|
||||
new Vlitejs('#player');
|
||||
}
|
||||
new Vlitejs('#player');
|
||||
});
|
||||
|
||||
const hide = ref((defaultStore.state.nsfw === 'force') ? true : props.video.isSensitive && (defaultStore.state.nsfw !== 'ignore'));
|
||||
|
|
Loading…
Reference in a new issue