mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
remove remaining traces of hard coded Routes enum
+ fix play from album card
This commit is contained in:
committed by
Mungai Njoroge
parent
7f344b51db
commit
fd863d188c
@@ -24,7 +24,7 @@ onMounted(() => {
|
||||
// artist.getArtistAlbums(route.params.hash);
|
||||
getArtistAlbums(route.params.hash as string).then((res) => {
|
||||
albums.value = res.appearances;
|
||||
console.log(albums.value);
|
||||
// console.log(albums.value);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user