This commit is contained in:
Shiny Nematoda 2022-10-02 16:49:55 +00:00
parent a9d7d07e7b
commit f48149d0c9
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
7 changed files with 29 additions and 13 deletions

View file

@ -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"