mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix artist and album page is_favorite reactivity
+ remove nav components for playlist and album page
This commit is contained in:
committed by
Mungai Njoroge
parent
905fff04b4
commit
4d08ebedb6
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user