mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Fix dumb naming mistake in e0cc68c
This commit is contained in:
parent
2e083f0a8c
commit
f2ed7b2373
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue