Browse Source

chore: comment

Sv443 1 năm trước cách đây
mục cha
commit
a62dd32484
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/songData.ts

+ 1 - 0
src/songData.ts

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