use source when no file_path is provided - fix #467
This commit is contained in:
parent
9f154ac6b7
commit
cde7008853
1 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,8 @@ class PublishForm extends React.PureComponent {
|
|||
nsfw,
|
||||
} = claimInfo.value.stream.metadata;
|
||||
|
||||
const { source } = claimInfo.value.stream;
|
||||
console.log(claimInfo);
|
||||
let newState = {
|
||||
meta_title: title,
|
||||
meta_thumbnail: thumbnail,
|
||||
|
|
Loading…
Reference in a new issue