GittyBruce

Results 2 comments of GittyBruce

On Line 3356 of main.js, replace: extraParams = extraParams.flatMap((x) => x.split(" ")).filter((x) => x.length); with extraParams = extraParams.flatMap((x) => x).filter((x) => x.length); And it'll work. Not sure why the the...

Running into the same issue as markNzed. A few items with child items (pdfs) retain #nosource tag after re-running the scan multiple times. The only hint I have is that...