Merge pull request #1778 from lbryio/update-published-thumbnail-url
updated the url for successful thumbnail publishes
This commit is contained in:
commit
607e2d3952
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ export const doUploadThumbnail = (filePath: string, nsfw: boolean) => (dispatch:
|
|||
type: ACTIONS.UPDATE_PUBLISH_FORM,
|
||||
data: {
|
||||
uploadThumbnailStatus: THUMBNAIL_STATUSES.COMPLETE,
|
||||
thumbnail: `${json.data.url}${fileExt}`,
|
||||
thumbnail: `${json.data.embedUrl}`,
|
||||
},
|
||||
})
|
||||
: uploadError('Upload failed')
|
||||
|
|
Loading…
Reference in a new issue