core: Move tracklist setting to default.conf and add changelog
This commit is contained in:
parent
f74b1c4c97
commit
8ada2625db
@ -33,6 +33,9 @@ Core API
|
|||||||
|
|
||||||
- Update core to handle backend crashes and bad data. (Fixes: :issue:`1161`)
|
- Update core to handle backend crashes and bad data. (Fixes: :issue:`1161`)
|
||||||
|
|
||||||
|
- Add `max_tracklist_length` config and limitation. (Fixes: :issue:`997`
|
||||||
|
PR: :issue:`1225`)
|
||||||
|
|
||||||
Models
|
Models
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
[core]
|
||||||
|
max_tracklist_length = 10000
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
color = true
|
color = true
|
||||||
console_format = %(levelname)-8s %(message)s
|
console_format = %(levelname)-8s %(message)s
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
[core]
|
|
||||||
enabled = true
|
|
||||||
max_tracklist_length = 10000
|
|
||||||
Loading…
Reference in New Issue
Block a user