소스 검색

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)