mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
implement playing tracks from artist page
This commit is contained in:
committed by
Mungai Njoroge
parent
0b24974a63
commit
cc8a8171b8
@@ -99,6 +99,11 @@ const scrollerItems = computed(() => {
|
||||
components.push(singles);
|
||||
}
|
||||
|
||||
if (store.appearances.length > 0) {
|
||||
const appearances = createAbumComponent("Appearances", store.appearances);
|
||||
components.push(appearances);
|
||||
}
|
||||
|
||||
return components;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user