add src attribute for embed links

This commit is contained in:
Sean Yesmunt 2020-01-28 11:00:39 -05:00
parent d5d553d51a
commit 980583687f

View file

@ -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>