Merge pull request #1779 from lbryio/revert-1778-update-published-thumbnail-url
Revert "updated the url for successful thumbnail publishes"
This commit is contained in:
commit
517357d9cb
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.embedUrl}`,
|
||||
thumbnail: `${json.data.url}${fileExt}`,
|
||||
},
|
||||
})
|
||||
: uploadError('Upload failed')
|
||||
|
|
Loading…
Reference in a new issue