mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Hotfixes
This commit is contained in:
parent
a9d7d07e7b
commit
f48149d0c9
7 changed files with 29 additions and 13 deletions
|
@ -196,6 +196,7 @@ onUpdated(() => {
|
|||
<template v-for="(song, index) in results.items.songs.items">
|
||||
<SongItem
|
||||
:index="index"
|
||||
:playlistId="song.playlistId"
|
||||
:author="song.uploaderName || song.subtitle"
|
||||
:title="song.title || song.name"
|
||||
:channel="song.uploaderUrl || '/channel/' + song.subId"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue