mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
feat(scanner): allow disabling tags with Tags.<tag>.Ignore=true
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
b952672877
commit
2838ac36df
2 changed files with 22 additions and 8 deletions
|
@ -140,6 +140,7 @@ type subsonicOptions struct {
|
|||
}
|
||||
|
||||
type TagConf struct {
|
||||
Ignore bool `yaml:"ignore"`
|
||||
Aliases []string `yaml:"aliases"`
|
||||
Type string `yaml:"type"`
|
||||
MaxLength int `yaml:"maxLength"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue