mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Only try to check cover art file for lastUpdated if fast access is not set
This commit is contained in:
parent
1ee39835dd
commit
088af9004a
2 changed files with 7 additions and 5 deletions
|
@ -51,7 +51,7 @@ type configOptions struct {
|
|||
DevLogSourceLine bool
|
||||
DevAutoCreateAdminPassword string
|
||||
DevPreCacheAlbumArtwork bool
|
||||
DevDisableTrackCoverArt bool
|
||||
DevFastAccessCoverArt bool
|
||||
DevOldCacheLayout bool
|
||||
DevActivityMenu bool
|
||||
}
|
||||
|
@ -142,7 +142,7 @@ func init() {
|
|||
viper.SetDefault("devautocreateadminpassword", "")
|
||||
viper.SetDefault("devprecachealbumartwork", false)
|
||||
viper.SetDefault("devoldcachelayout", false)
|
||||
viper.SetDefault("devdisabletrackcoverart", false)
|
||||
viper.SetDefault("devFastAccessCoverArt", false)
|
||||
viper.SetDefault("devactivitymenu", true)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue