mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
Merge pull request #924 from nrgetik/patch-1
Update genres-tree.yaml using scraping script <https://github.com/nrgetik/genre-cannon>.
This commit is contained in:
commit
5a799c7fbe
2 changed files with 720 additions and 427 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -70,7 +70,7 @@ class LastGenrePluginTest(unittest.TestCase, TestHelper):
|
|||
"""
|
||||
self._setup_config(canonical=True, whitelist=True, count=99)
|
||||
self.assertEqual(self.plugin._resolve_genres(['delta blues']),
|
||||
'Delta Blues, Country Blues, Blues')
|
||||
'Delta Blues, Blues')
|
||||
|
||||
def test_whitelist_custom(self):
|
||||
"""Keep only genres that are in the whitelist.
|
||||
|
|
|
|||
Loading…
Reference in a new issue