mirror of
https://github.com/beetbox/beets.git
synced 2026-01-11 02:13:28 +01:00
Merge pull request #86 from steinitzu/master
AlbumArtist tag browsing in bpd
This commit is contained in:
commit
52dc2f6b0b
1 changed files with 2 additions and 0 deletions
|
|
@ -954,6 +954,8 @@ class Server(BaseServer):
|
|||
u'Album': u'album',
|
||||
u'Title': u'title',
|
||||
u'Track': u'track',
|
||||
u'AlbumArtist': u'albumartist',
|
||||
u'AlbumArtistSort': u'albumartist_sort',
|
||||
# Name?
|
||||
u'Genre': u'genre',
|
||||
u'Date': u'year',
|
||||
|
|
|
|||
Loading…
Reference in a new issue