diff --git a/src/components/PlaylistVideos.vue b/src/components/PlaylistVideos.vue index 725c48b3..67da19f1 100644 --- a/src/components/PlaylistVideos.vue +++ b/src/components/PlaylistVideos.vue @@ -6,6 +6,7 @@ :item="related" :index="index" :playlist-id="playlistId" + :prefer-listen="preferListen" height="94" width="168" /> @@ -15,6 +16,7 @@