diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-01-01 22:06:11 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-01-01 22:06:11 -0400 |
commit | 35c569ae4adbe2854762019f4b2f530a0f662c48 (patch) | |
tree | eb055e31d9bd5c0f86ee3ef39e6314a5558dd5cc /src/util | |
parent | 6ba58403ea491e7176f793e964f14142e73aa14b (diff) |
tweaks to transformMultiline
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/find.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/find.js b/src/util/find.js index ed0a6809..dcb15b37 100644 --- a/src/util/find.js +++ b/src/util/find.js @@ -114,7 +114,7 @@ function matchTagName(ref, data, quiet) { } const find = { - album: findHelper(['album', 'album-commentary']), + album: findHelper(['album', 'album-commentary', 'album-gallery']), artist: findHelper(['artist', 'artist-gallery']), artTag: findHelper(['tag'], {byName: matchTagName}), flash: findHelper(['flash']), |