فهرست منبع

chore: comment

Sv443 1 سال پیش
والد
کامیت
a62dd32484
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/songData.ts

+ 1 - 0
src/songData.ts

@@ -88,6 +88,7 @@ export async function getMeta({
             threshold,
         };
 
+        // TODO:FIXME: this entire thing is unreliable af
         const addScores = (searchRes: Fuse.FuseResult<SongMeta & { uuid?: string; }>[]) =>
             searchRes.forEach(({ item, score }) => {
                 if(!item.uuid || !score)