core: Move tracklist setting to default.conf and add changelog

This commit is contained in:
Thomas Adamcik 2015-07-20 17:07:43 +02:00
parent f74b1c4c97
commit 8ada2625db
3 changed files with 6 additions and 3 deletions

View File

@ -33,6 +33,9 @@ Core API
- 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
------

View File

@ -1,3 +1,6 @@
[core]
max_tracklist_length = 10000
[logging]
color = true
console_format = %(levelname)-8s %(message)s

View File

@ -1,3 +0,0 @@
[core]
enabled = true
max_tracklist_length = 10000