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

@@ -94,6 +94,10 @@ type ConfigGeneralResult {
databasePath: String!
"""Path to generated files"""
generatedPath: String!
"""Path to the config file used"""
configFilePath: String!
"""Path to scrapers"""
scrapersPath: String!
"""Path to cache"""
cachePath: String!
"""Whether to calculate MD5 checksums for scene video files"""