rewrite album and artist search with rapidfuzz

This commit is contained in:
geoffrey45
2022-05-22 03:23:42 +03:00
parent 4040b99518
commit 4aa8576c73
5 changed files with 88 additions and 41 deletions
+1
View File
@@ -35,6 +35,7 @@ const emit = defineEmits(["loadMore"]);
function loadMore() {
counter += 5;
console.log("load more", counter);
emit("loadMore", counter);
}