mirror of
https://github.com/beetbox/beets.git
synced 2026-01-17 05:34:23 +01:00
Add default for unimported.ignore_subdirectories
This commit is contained in:
parent
bc898aadd2
commit
74522b41a9
2 changed files with 4 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ class Unimported(BeetsPlugin):
|
|||
super().__init__()
|
||||
self.config.add(
|
||||
{
|
||||
'ignore_extensions': []
|
||||
'ignore_extensions': [],
|
||||
'ignore_subdirectories': []
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ Changelog goes here!
|
|||
Bug fixes:
|
||||
|
||||
* :doc:`/plugins/lyrics`: Fix Genius search by using query params instead of body.
|
||||
* :doc:`/plugins/unimported`: The new configuration option added in 1.6.0 now has
|
||||
a default value if it hasn't been set.
|
||||
|
||||
For packagers:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue