change BPD browser to use albumartist instead of artist

This commit is contained in:
Adrian Sampson 2011-01-24 16:08:04 -08:00
parent d16e972088
commit 20fe707a09

View file

@ -845,7 +845,7 @@ class Server(BaseServer):
# albums
if not album:
for a in self.lib.albums(artist or None):
parts = a.artist, a.album
parts = a.albumartist, a.album
yield u'directory: ' + seq_to_path(parts, PATH_PH)
# tracks