diff --git a/beets/library.py b/beets/library.py index d1c62b7e7..2890ee901 100644 --- a/beets/library.py +++ b/beets/library.py @@ -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):