Update PlaylistVideos.vue

This commit is contained in:
Dragos 2022-11-08 18:50:29 +02:00 committed by GitHub
parent 65aca2e428
commit 717d7f6a1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
<template>
<div class="overflow-x-scroll h-screen-sm" ref="scrollable">
<h6 efy_card style="padding: 5rem 10rem 3rem; margin: 0 0 15rem 0">Playlist</h6>
<div class="overflow-y-scroll h-screen-sm pp-show-playlist" ref="scrollable">
<VideoItem
v-for="(related, index) in playlist.relatedStreams"
:key="related.url"