Allow setting metadata directory from UI (#1782)

This commit is contained in:
WithoutPants
2021-10-03 11:35:30 +11:00
committed by GitHub
parent 52193586de
commit 7464454da5
7 changed files with 43 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ func makeConfigGeneralResult() *models.ConfigGeneralResult {
Stashes: config.GetStashPaths(),
DatabasePath: config.GetDatabasePath(),
GeneratedPath: config.GetGeneratedPath(),
MetadataPath: config.GetMetadataPath(),
ConfigFilePath: config.GetConfigFilePath(),
ScrapersPath: config.GetScrapersPath(),
CachePath: config.GetCachePath(),