mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 17:16:07 +01:00
change BPD browser to use albumartist instead of artist
This commit is contained in:
parent
d16e972088
commit
20fe707a09
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue