global player pt. 1
This commit is contained in:
@@ -58,13 +58,13 @@
|
||||
{#each data.animeWithSongs.songs as s (s.annSongId)}
|
||||
<li>
|
||||
<SongEntry
|
||||
annSongId={s.annSongId}
|
||||
animeName={data.animeWithSongs.anime.mainName}
|
||||
type={s.type}
|
||||
number={s.number}
|
||||
songName={s.songName}
|
||||
artistName={s.artistName}
|
||||
fileName={s.fileName}
|
||||
showPlayer={true}
|
||||
/>
|
||||
</li>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user