diff --git a/beets/library.py b/beets/library.py index 97ae4589c..c7fbe48cf 100644 --- a/beets/library.py +++ b/beets/library.py @@ -496,7 +496,7 @@ class Item(LibModel): } _search_fields = ('artist', 'title', 'comments', - 'album', 'albumartist') + 'album', 'albumartist', 'genre') _types = { 'data_source': types.STRING,