mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
set tracktotal, not track_total
--HG-- extra : convert_revision : svn%3A41726ec3-264d-0410-9c23-a9f1637257cc/trunk%40219
This commit is contained in:
parent
895806e8cc
commit
e8962f99c6
1 changed files with 2 additions and 1 deletions
|
|
@ -152,7 +152,8 @@ def tag_album_dir(path, lib):
|
|||
|
||||
item.artist = info['artist']
|
||||
item.album = info['album']
|
||||
item.track_total = len(items)
|
||||
item.tracktotal = len(items)
|
||||
|
||||
item.year = info['year']
|
||||
if 'month' in info:
|
||||
item.month = info['month']
|
||||
|
|
|
|||
Loading…
Reference in a new issue