mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
rewrite album and artist search with rapidfuzz
This commit is contained in:
@@ -35,6 +35,7 @@ const emit = defineEmits(["loadMore"]);
|
||||
|
||||
function loadMore() {
|
||||
counter += 5;
|
||||
console.log("load more", counter);
|
||||
emit("loadMore", counter);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user