re-adding genre

This commit is contained in:
Peter 2019-05-05 11:23:27 +02:00
parent 8fcff5ddc7
commit 295efde7b4

View file

@ -496,7 +496,7 @@ class Item(LibModel):
}
_search_fields = ('artist', 'title', 'comments',
'album', 'albumartist')
'album', 'albumartist', 'genre')
_types = {
'data_source': types.STRING,