server: better structure album tracks endpoint

- client: add now-playing and recommendations to home right-sidebar
This commit is contained in:
geoffrey45
2022-02-06 19:17:26 +03:00
parent 73dec9189e
commit 195a50382a
12 changed files with 298 additions and 318 deletions
@@ -18,6 +18,10 @@
export default {
setup() {
const songs = [
{
title: "Imagine",
artist: "John Lennon",
},
{
title: "Mockingbird",
artist: "Eminem",
@@ -73,4 +77,4 @@ export default {
.r-tracks .tracks .song-item .title {
margin: 0;
}
</style>
</style>