mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-16 10:09:28 +02:00
scrobblerlog: configuring should show append mode as enabled by default
This commit is contained in:
parent
4d07a39b64
commit
acb0e9cb11
1 changed files with 4 additions and 3 deletions
|
@ -47,9 +47,10 @@ func (b *ScrobblerLogBackend) Options() []models.BackendOption {
|
||||||
Label: i18n.Tr("Include skipped listens"),
|
Label: i18n.Tr("Include skipped listens"),
|
||||||
Type: models.Bool,
|
Type: models.Bool,
|
||||||
}, {
|
}, {
|
||||||
Name: "append",
|
Name: "append",
|
||||||
Label: i18n.Tr("Append to file"),
|
Label: i18n.Tr("Append to file"),
|
||||||
Type: models.Bool,
|
Type: models.Bool,
|
||||||
|
Default: "true",
|
||||||
}}
|
}}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue