remove remaining traces of hard coded Routes enum

+ fix play from album card
This commit is contained in:
geoffrey45
2022-12-12 10:49:05 +03:00
committed by Mungai Njoroge
parent 7f344b51db
commit fd863d188c
8 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -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>