mirror of
https://github.com/beetbox/beets.git
synced 2025-12-19 23:23:50 +01:00
re-adding genre
This commit is contained in:
parent
8fcff5ddc7
commit
295efde7b4
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ class Item(LibModel):
|
|||
}
|
||||
|
||||
_search_fields = ('artist', 'title', 'comments',
|
||||
'album', 'albumartist')
|
||||
'album', 'albumartist', 'genre')
|
||||
|
||||
_types = {
|
||||
'data_source': types.STRING,
|
||||
|
|
|
|||
Loading…
Reference in a new issue