mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
fix: bugs
This commit is contained in:
parent
603e39f362
commit
2c8ba10e20
7 changed files with 59 additions and 80 deletions
|
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
<div class="songs">
|
||||
<TrackList
|
||||
:id="liked.playlist ? liked.playlist[0].id : 0"
|
||||
:id="liked.playlists.length > 0 ? liked.playlists[0].id : 0"
|
||||
:tracks="liked.songsWithDetails"
|
||||
:column-number="3"
|
||||
type="tracklist"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue