1
0
Sv443 1 жил өмнө
parent
commit
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)