Fix dumb naming mistake in e0cc68c

This commit is contained in:
Adrian Sampson 2015-01-25 13:18:26 -08:00
parent 2e083f0a8c
commit f2ed7b2373

View file

@ -795,7 +795,7 @@ class Album(LibModel):
# the album's directory as `path`.
getters = plugins.album_field_getters()
getters['path'] = Album.item_dir
getters['albumtotal'] = Album._tracktotal
getters['albumtotal'] = Album._albumtotal
return getters
def items(self):