mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Make new cache layout the default
This commit is contained in:
parent
861c742b3e
commit
a6bd9f627e
2 changed files with 6 additions and 6 deletions
|
@ -50,7 +50,7 @@ type configOptions struct {
|
|||
DevAutoCreateAdminPassword string
|
||||
DevPreCacheAlbumArtwork bool
|
||||
DevDisableTrackCoverArt bool
|
||||
DevNewCacheLayout bool
|
||||
DevOldCacheLayout bool
|
||||
}
|
||||
|
||||
type scannerOptions struct {
|
||||
|
@ -136,7 +136,7 @@ func init() {
|
|||
viper.SetDefault("devlogsourceline", false)
|
||||
viper.SetDefault("devautocreateadminpassword", "")
|
||||
viper.SetDefault("devprecachealbumartwork", false)
|
||||
viper.SetDefault("devnewcachelayout", false)
|
||||
viper.SetDefault("devoldcachelayout", false)
|
||||
viper.SetDefault("devdisabletrackcoverart", false)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue