Merge pull request 'Fix trending song to have correct channel URL' (#36) from Denevola/Hyperpipe:patch-trending-songs-channel-url-fix into main

Reviewed-on: https://codeberg.org/Hyperpipe/Hyperpipe/pulls/36
This commit is contained in:
Shiny Nematoda 2022-09-26 14:17:41 +02:00
commit 2f7561c721

View file

@ -194,7 +194,7 @@ onUpdated(() => {
:index="index"
:author="song.uploaderName || song.subtitle"
:title="song.title || song.name"
:channel="song.uploaderUrl || song.subId"
:channel="song.uploaderUrl || '/channel/' + song.subId"
:play="song.url || '/watch?v=' + song.id"
:art="
song.thumbnail || song.thumbnails[1]?.url || song.thumbnails[0]?.url