mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-09-03 05:40:57 +00:00
feat: playlist of all videos in a channel (#4063)
This commit is contained in:
@@ -64,6 +64,9 @@
|
|||||||
>
|
>
|
||||||
<span v-text="tab.translatedName"></span>
|
<span v-text="tab.translatedName"></span>
|
||||||
</button>
|
</button>
|
||||||
|
<router-link :to="`/playlist?list=UU${channel.id.substring(2)}`">
|
||||||
|
<button class="btn h-full">Play all videos</button>
|
||||||
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
Reference in New Issue
Block a user