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
|
@ -50,6 +50,7 @@ func (b *ScrobblerLogBackend) Options() []models.BackendOption {
|
|||
Name: "append",
|
||||
Label: i18n.Tr("Append to file"),
|
||||
Type: models.Bool,
|
||||
Default: "true",
|
||||
}}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue