mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-25 15:07:21 +00:00
Merge pull request #2568 from Bnyro/master
Hide watch on odysee button when no lbryId
This commit is contained in:
commit
df08abf356
@ -121,7 +121,11 @@
|
|||||||
<!-- YouTube -->
|
<!-- YouTube -->
|
||||||
<WatchOnButton :link="`https://youtu.be/${getVideoId()}`" />
|
<WatchOnButton :link="`https://youtu.be/${getVideoId()}`" />
|
||||||
<!-- Odysee -->
|
<!-- Odysee -->
|
||||||
<WatchOnButton :link="`https://odysee.com/${video.lbryId}`" platform="Odysee" />
|
<WatchOnButton
|
||||||
|
v-if="video.lbryId"
|
||||||
|
:link="`https://odysee.com/${video.lbryId}`"
|
||||||
|
platform="Odysee"
|
||||||
|
/>
|
||||||
<!-- listen / watch toggle -->
|
<!-- listen / watch toggle -->
|
||||||
<router-link
|
<router-link
|
||||||
:to="toggleListenUrl"
|
:to="toggleListenUrl"
|
||||||
|
Loading…
Reference in New Issue
Block a user