aboutsummaryrefslogtreecommitdiff
path: root/internal/bible/registry.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/bible/registry.go')
-rw-r--r--internal/bible/registry.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/bible/registry.go b/internal/bible/registry.go
index 2ab721b..28571ea 100644
--- a/internal/bible/registry.go
+++ b/internal/bible/registry.go
@@ -52,7 +52,7 @@ func buildRegistry() {
if code, ok := strings.CutSuffix(name, ".tsv"); ok {
regUserTSV[code] = filepath.Join(userDir, name)
if _, have := regMeta[code]; !have {
- regMeta[code] = CorpusMeta{Code: code, PsalmSystem: "vulgate"}
+ regMeta[code] = CorpusMeta{Code: code, PsalmSystem: "vulgate", Autoselect: true}
}
}
}