fix artist and album page is_favorite reactivity

+ remove nav components for playlist and album page
This commit is contained in:
geoffrey45
2022-12-28 18:14:46 +03:00
committed by Mungai Njoroge
parent 905fff04b4
commit 4d08ebedb6
9 changed files with 47 additions and 122 deletions
+1 -3
View File
@@ -94,6 +94,7 @@ function getArtistAlbumComponents(): ScrollerItem[] {
albums: ar.albums,
title: `More from ${artistname}`,
albumType: discographyAlbumTypes.all,
route: `/artists/${artisthash}/discography`
},
size: 20 * 16,
};
@@ -104,9 +105,6 @@ const scrollerItems = computed(() => {
const header: ScrollerItem = {
id: "album-header",
component: Header,
props: {
album: album.info,
},
size: 19 * 16,
};