mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
parent
78853cc9c2
commit
4908e1ae09
1 changed files with 3 additions and 3 deletions
|
|
@ -709,10 +709,10 @@ class UpdateTest(_common.TestCase):
|
|||
correct_albumtypes = ["album", "live"]
|
||||
|
||||
# Setting albumtypes does not set albumtype, currently.
|
||||
# Using x[0] mirrors https://github.com/beetbox/mediafile/blob/057432ad53b3b84385e5582f69f44dc00d0a725d/mediafile.py#L1928
|
||||
correct_albumtype = correct_albumtypes[0]
|
||||
# Using x[0] mirrors https://github.com/beetbox/mediafile/blob/057432ad53b3b84385e5582f69f44dc00d0a725d/mediafile.py#L1928 # noqa: E501
|
||||
correct_albumtype = correct_albumtypes[0]
|
||||
|
||||
album.albumtype = correct_albumtype
|
||||
album.albumtype = correct_albumtype
|
||||
album.albumtypes = correct_albumtypes
|
||||
album.try_sync(write=True, move=False)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue