option to substitute "Jellyfin" in form.html

setting is jellyfin/substitute_jellyfin_strings.
This commit is contained in:
Harvey Tindall
2021-01-10 15:51:04 +00:00
committed by Harvey Tindall
parent f5602f1e96
commit 8d0dc232d7
7 changed files with 37 additions and 64 deletions
+2
View File
@@ -82,5 +82,7 @@ func (app *appContext) loadConfig() error {
app.email = NewEmailer(app)
substituteStrings = app.config.Section("jellyfin").Key("substitute_jellyfin_strings").MustString("")
return nil
}