mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-06-24 05:39:55 +00:00
feat: playlist of all videos in a channel (#4063)
This commit is contained in:
parent
6cae80c15f
commit
13ea181c62
@ -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 />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user