Version 1.0.2 - Changement Pointeur Default Thumbnail
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 36s
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 36s
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB |
@@ -84,7 +84,7 @@ onMounted(() => {
|
||||
Object.assign(nativeVideo, props.video);
|
||||
if(props.video.createdAt) {
|
||||
props.video.author = 'Ajoutée le ' + new Date(props.video.createdAt).toLocaleString()
|
||||
props.video.thumbnail = '/src/assets/default_thumbnail.png';
|
||||
props.video.thumbnail = 'default_thumbnail.png';
|
||||
nativeVideo.author = userStore.userInfo.identity.username;
|
||||
}
|
||||
if(!videoContainer.value) return
|
||||
|
Reference in New Issue
Block a user