mirror of
https://github.com/beetbox/beets.git
synced 2026-02-13 10:51:59 +01:00
mark album artist sort as an album field
This commit is contained in:
parent
2f1ac61d4f
commit
12998de8ee
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ ALBUM_FIELDS = [
|
|||
('artpath', 'blob', False),
|
||||
|
||||
('albumartist', 'text', True),
|
||||
('albumartist_sort', 'text', True),
|
||||
('album', 'text', True),
|
||||
('genre', 'text', True),
|
||||
('year', 'int', True),
|
||||
|
|
|
|||
Loading…
Reference in a new issue