mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 05:27:20 +00:00
Hide watch on odysee button when no lbryId
This commit is contained in:
parent
55a4f7fe0a
commit
dd8f86e179
@ -121,7 +121,11 @@
|
||||
<!-- YouTube -->
|
||||
<WatchOnButton :link="`https://youtu.be/${getVideoId()}`" />
|
||||
<!-- 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 -->
|
||||
<router-link
|
||||
:to="toggleListenUrl"
|
||||
|
Loading…
Reference in New Issue
Block a user