mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-16 12:28:17 +00:00
Update PlaylistVideos.vue
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<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
|
<VideoItem
|
||||||
v-for="(related, index) in playlist.relatedStreams"
|
v-for="(related, index) in playlist.relatedStreams"
|
||||||
:key="related.url"
|
:key="related.url"
|
||||||
|
Reference in New Issue
Block a user