mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-10-05 21:22:39 +02:00
(index) Fix journal language enumeration
This commit is contained in:
@@ -49,7 +49,7 @@ public record IndexJournal(Path journalDir) {
|
||||
|
||||
public Set<String> languages() {
|
||||
try {
|
||||
Set<String> languages = new HashSet<>(languages());
|
||||
Set<String> languages = new HashSet<>();
|
||||
|
||||
for (var instance : pages()) {
|
||||
try (var slopTable = new SlopTable(instance.baseDir(), instance.page())) {
|
||||
|
Reference in New Issue
Block a user