mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Move "Watch on YouTube" button
This commit is contained in:
parent
3101cda845
commit
d79ee9d52d
1 changed files with 2 additions and 1 deletions
|
@ -113,12 +113,13 @@
|
||||||
>
|
>
|
||||||
<font-awesome-icon class="mx-1.5" icon="rss" />
|
<font-awesome-icon class="mx-1.5" icon="rss" />
|
||||||
</a>
|
</a>
|
||||||
<WatchOnYouTubeButton :link="`https://youtu.be/${getVideoId()}`" />
|
|
||||||
<!-- Share Dialog -->
|
<!-- Share Dialog -->
|
||||||
<button class="btn flex items-center" @click="showShareModal = !showShareModal">
|
<button class="btn flex items-center" @click="showShareModal = !showShareModal">
|
||||||
<i18n-t class="lt-lg:hidden" keypath="actions.share" tag="strong"></i18n-t>
|
<i18n-t class="lt-lg:hidden" keypath="actions.share" tag="strong"></i18n-t>
|
||||||
<font-awesome-icon class="mx-1.5" icon="fa-share" />
|
<font-awesome-icon class="mx-1.5" icon="fa-share" />
|
||||||
</button>
|
</button>
|
||||||
|
<!-- YouTube -->
|
||||||
|
<WatchOnYouTubeButton :link="`https://youtu.be/${getVideoId()}`" />
|
||||||
<!-- LBRY -->
|
<!-- LBRY -->
|
||||||
<a
|
<a
|
||||||
v-if="video.lbryId"
|
v-if="video.lbryId"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue