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',
|
||||
url: videoMetadata.thumbUrl,
|
||||
url: videoPublishMeta.thumbUrl,
|
||||
},
|
||||
],
|
||||
},
|
||||
content: {
|
||||
description: videoMetadata.description,
|
||||
tags: videoMetadata.tags_v2,
|
||||
description: videoPublishMeta.description,
|
||||
tags: videoPublishMeta.tags_v2,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user