فهرست منبع

fix: manual lyrics search prompt

Sv443 7 ماه پیش
والد
کامیت
2b5fbab690
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/features/lyrics.ts

+ 1 - 1
src/features/lyrics.ts

@@ -339,7 +339,7 @@ export async function createLyricsBtn(geniusUrl?: string, hideIfLoading = true)
       e.stopPropagation();
 
       const search = prompt(t("open_lyrics_search_prompt"));
-      if(search)
+      if(search && search.length > 0)
         openInTab(`https://genius.com/search?q=${encodeURIComponent(search)}`);
     }
   }, {