mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
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:
commit
2f7561c721
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue