fixed silly error when listing tracks in BPD

This commit is contained in:
Adrian Sampson 2010-08-09 21:57:06 -07:00
parent e0809bfaf7
commit 514d1bc706

View file

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