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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chopin-frontend",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite --host --port 8080",
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After 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