feat: playlist of all videos in a channel (#4063)

This commit is contained in:
ac615223s5 2025-06-22 08:55:08 -04:00 committed by GitHub
parent 6cae80c15f
commit 13ea181c62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,6 +64,9 @@
>
<span v-text="tab.translatedName"></span>
</button>
<router-link :to="`/playlist?list=UU${channel.id.substring(2)}`">
<button class="btn h-full">Play all videos</button>
</router-link>
</div>
<hr />