mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix album and artist card search results responsiveness
This commit is contained in:
@@ -35,7 +35,7 @@ onMounted(() => {
|
||||
playlist.fetchArtists(route.params.pid as string);
|
||||
});
|
||||
|
||||
onUnmounted(() => playlist.reset());
|
||||
onUnmounted(() => playlist.resetArtists());
|
||||
</script>
|
||||
|
||||
<style lang="scss"></style>
|
||||
|
||||
Reference in New Issue
Block a user