Remove old feature flag for cache layout

This commit is contained in:
Deluan
2021-07-02 09:57:37 -04:00
parent f49205733b
commit 94e36d7f60
2 changed files with 3 additions and 12 deletions
-2
View File
@@ -67,7 +67,6 @@ type configOptions struct {
DevAutoLoginUsername string
DevPreCacheAlbumArtwork bool
DevFastAccessCoverArt bool
DevOldCacheLayout bool
DevActivityPanel bool
DevEnableShare bool
DevEnableBufferedScrobble bool
@@ -226,7 +225,6 @@ func init() {
viper.SetDefault("devautocreateadminpassword", "")
viper.SetDefault("devautologinusername", "")
viper.SetDefault("devprecachealbumartwork", false)
viper.SetDefault("devoldcachelayout", false)
viper.SetDefault("devfastaccesscoverart", false)
viper.SetDefault("devactivitypanel", true)
viper.SetDefault("devenableshare", false)