mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
Add Watch on LBRY button.
This commit is contained in:
parent
8a17410acb
commit
c260091e3e
@ -42,8 +42,16 @@
|
|||||||
class="uk-margin-small-left uk-button uk-button-small"
|
class="uk-margin-small-left uk-button uk-button-small"
|
||||||
style="background: #222"
|
style="background: #222"
|
||||||
>
|
>
|
||||||
|
<b>Watch on </b>
|
||||||
<font-awesome-icon class="uk-margin-small-right" :icon="['fab', 'youtube']"></font-awesome-icon>
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user