Explorar o código

chore: comment

Sv443 hai 1 ano
pai
achega
a62dd32484
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)