feat: enchance autocompletion & more #103

Merged
Anri merged 6 commits from enchance/music into main 2023-08-08 22:28:53 +02:00
Showing only changes of commit c15a1ac60e - Show all commits

View file

@ -168,7 +168,7 @@ export default {
const delay = new Promise(function (_, reject) { const delay = new Promise(function (_, reject) {
timeoutId = setTimeout(function () { timeoutId = setTimeout(function () {
reject(new Error()); reject(new Error());
}, 2900); }, 2800);
}); });
/* Create a race between a timeout and the search /* Create a race between a timeout and the search