mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Bump viper version, fix nobrowser (#1991)
This commit is contained in:
committed by
GitHub
parent
808202ba8a
commit
a7ed0a7004
@@ -1125,7 +1125,7 @@ func (i *Instance) setDefaultValues(write bool) error {
|
||||
// Set generated to the metadata path for backwards compat
|
||||
i.main.SetDefault(Generated, i.main.GetString(Metadata))
|
||||
|
||||
viper.SetDefault(NoBrowser, NoBrowserDefault)
|
||||
i.main.SetDefault(NoBrowser, NoBrowserDefault)
|
||||
|
||||
// Set default scrapers and plugins paths
|
||||
i.main.SetDefault(ScrapersPath, defaultScrapersPath)
|
||||
|
||||
Reference in New Issue
Block a user