Explorar o código

fix: adjust queue lyrics fetch debounce

Sven hai 1 ano
pai
achega
2ac82ab25b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/features/layout.ts

+ 1 - 1
src/features/layout.ts

@@ -95,7 +95,7 @@ export function initQueueButtons() {
 }
 
 /** For how long the user needs to hover over the song info to fetch the lyrics */
-const queueBtnLyricsLoadDebounce = 250;
+const queueBtnLyricsLoadDebounce = 350;
 
 async function addQueueButtons(queueItem: HTMLElement) {
   const queueBtnsCont = document.createElement("div");