mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-29 22:07:46 +03:00
fixed bug with metadata extractor
This commit is contained in:
parent
41d9c6e42b
commit
ff6712004d
@ -298,13 +298,13 @@ export const extractMetadata = async ({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'thumbnail',
|
type: 'thumbnail',
|
||||||
url: videoMetadata.thumbUrl,
|
url: videoPublishMeta.thumbUrl,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
description: videoMetadata.description,
|
description: videoPublishMeta.description,
|
||||||
tags: videoMetadata.tags_v2,
|
tags: videoPublishMeta.tags_v2,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user