add src attribute for embed links
This commit is contained in:
parent
d5d553d51a
commit
980583687f
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ class FileRender extends React.PureComponent<Props, State> {
|
|||
|
||||
<div className="video-overlay__actions">
|
||||
<div className="section__actions--centered">
|
||||
<Button label={__('Explore')} button="primary" href="https://lbry.tv" />
|
||||
<Button label={__('Explore')} button="primary" href="https://lbry.tv?src=embed" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue