mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add flag to enable new cache layout
This commit is contained in:
parent
81d7556cdf
commit
bf5318d776
2 changed files with 8 additions and 1 deletions
|
@ -49,6 +49,7 @@ type configOptions struct {
|
|||
DevLogSourceLine bool
|
||||
DevAutoCreateAdminPassword string
|
||||
DevPreCacheAlbumArtwork bool
|
||||
DevNewCacheLayout bool
|
||||
}
|
||||
|
||||
type scannerOptions struct {
|
||||
|
@ -134,6 +135,7 @@ func init() {
|
|||
viper.SetDefault("devlogsourceline", false)
|
||||
viper.SetDefault("devautocreateadminpassword", "")
|
||||
viper.SetDefault("devprecachealbumartwork", false)
|
||||
viper.SetDefault("devnewcachelayout", false)
|
||||
}
|
||||
|
||||
func InitConfig(cfgFile string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue