Add Watch on LBRY button.

This commit is contained in:
FireMasterK 2021-08-08 16:48:35 +05:30
parent 8a17410acb
commit c260091e3e
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -42,8 +42,16 @@
class="uk-margin-small-left uk-button uk-button-small"
style="background: #222"
>
<b>Watch on&nbsp;</b>
<font-awesome-icon class="uk-margin-small-right" :icon="['fab', 'youtube']"></font-awesome-icon>
<b>Watch on</b>
</a>
<a
v-if="video.lbryId"
:href="'https://odysee.com/' + video.lbryId"
class="uk-margin-small-left uk-button uk-button-small"
style="background: #222"
>
<b>Watch on LBRY</b>
</a>
</div>