mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-22 12:40:14 +00:00
feat: respect listen mode in recommended videos (#3430)
This commit is contained in:
@@ -253,6 +253,7 @@
|
||||
:playlist-id="playlistId"
|
||||
:playlist="playlist"
|
||||
:selected-index="index"
|
||||
:prefer-listen="isListening"
|
||||
/>
|
||||
<a
|
||||
v-t="`actions.${showRecs ? 'minimize_recommendations' : 'show_recommendations'}`"
|
||||
@@ -265,6 +266,7 @@
|
||||
v-for="related in video.relatedStreams"
|
||||
:key="related.url"
|
||||
:item="related"
|
||||
:prefer-listen="isListening"
|
||||
class="mb-4"
|
||||
height="94"
|
||||
width="168"
|
||||
|
||||
Reference in New Issue
Block a user