From 7afcef9689431d16cdb6908f37865499a9a05fbf Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 16 Feb 2024 17:44:22 -0400 Subject: find: fix not passing getMatchableDirectories through (???) unclear how this was not being used. seems it would've broken artist aliases previously, not just now. --- src/find.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/find.js b/src/find.js index beee88cc..2d162af2 100644 --- a/src/find.js +++ b/src/find.js @@ -75,6 +75,7 @@ function findHelper({ include = undefined, getMatchableNames = undefined, + getMatchableDirectories = undefined, }) { const keyRefRegex = new RegExp(String.raw`^(?:(${referenceTypes.join('|')}):(?=\S))?(.*)$`); @@ -105,6 +106,7 @@ function findHelper({ processAllAvailableMatches(data, { include, getMatchableNames, + getMatchableDirectories, }); cache.set(data, subcache); -- cgit 1.3.0-6-gf8a5