mirror of
https://github.com/beetbox/beets.git
synced 2026-02-20 06:14:22 +01:00
reverted de-couling of album.genre and item.genre
This commit is contained in:
parent
f83e9fb8bb
commit
e730e18b62
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ ALBUM_FIELDS = [
|
|||
('albumartist_sort', 'text', True),
|
||||
('albumartist_credit', 'text', True, True),
|
||||
('album', 'text', True),
|
||||
('genre', 'text', False),
|
||||
('genre', 'text', True),
|
||||
('year', 'int', True),
|
||||
('month', 'int', True),
|
||||
('day', 'int', True),
|
||||
|
|
|
|||
Loading…
Reference in a new issue