Skip to content

Commit

Permalink
Fix EnableMediaFileCoverArt option default value
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Jul 10, 2023
1 parent 7b600be commit a002830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func init() {
viper.SetDefault("playlistspath", consts.DefaultPlaylistsPath)
viper.SetDefault("enabledownloads", true)
viper.SetDefault("enableexternalservices", true)
viper.SetDefault("enableMediaFileCoverArt", true)
viper.SetDefault("enablemediafilecoverart", true)
viper.SetDefault("autotranscodedownload", false)
viper.SetDefault("defaultdownsamplingformat", consts.DefaultDownsamplingFormat)
viper.SetDefault("searchfullstring", false)
Expand Down

0 comments on commit a002830

Please sign in to comment.