Add configFilePath and scrapersPath to configuration query (#1205)

This commit is contained in:
bnkai
2021-03-18 02:07:56 +02:00
committed by GitHub
parent 6369a500b3
commit 215737d6c5
3 changed files with 10 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ func makeConfigGeneralResult() *models.ConfigGeneralResult {
Stashes: config.GetStashPaths(),
DatabasePath: config.GetDatabasePath(),
GeneratedPath: config.GetGeneratedPath(),
ConfigFilePath: config.GetConfigFilePath(),
ScrapersPath: config.GetScrapersPath(),
CachePath: config.GetCachePath(),
CalculateMd5: config.IsCalculateMD5(),
VideoFileNamingAlgorithm: config.GetVideoFileNamingAlgorithm(),