mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update PlaylistVideos.vue
This commit is contained in:
parent
65aca2e428
commit
717d7f6a1a
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue