diff --git a/internal/bootstrap/data/setting.go b/internal/bootstrap/data/setting.go index 689304cd..98e1da2d 100644 --- a/internal/bootstrap/data/setting.go +++ b/internal/bootstrap/data/setting.go @@ -104,6 +104,7 @@ func InitialSettings() []model.SettingItem { // {Key: conf.PdfViewers, Value: `{ // "pdf.js":"https://alist-org.github.io/pdf.js/web/viewer.html?file=$url" //}`, Type: conf.TypeText, Group: model.PREVIEW}, + {Key: "audio_cover", Value: "https://jsd.nn.ci/gh/alist-org/logo@main/logo.svg", Type: conf.TypeString, Group: model.PREVIEW}, {Key: conf.AudioAutoplay, Value: "true", Type: conf.TypeBool, Group: model.PREVIEW}, {Key: conf.VideoAutoplay, Value: "true", Type: conf.TypeBool, Group: model.PREVIEW}, // global settings