mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
changed save_tags to save
--HG-- extra : convert_revision : svn%3A41726ec3-264d-0410-9c23-a9f1637257cc/trunk%4057
This commit is contained in:
parent
9402f536ae
commit
c28efea9a6
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ def MakeWritingTest(path, correct_dict, field, testsuffix='_test'):
|
|||
# write new tag
|
||||
a = beets.mediafile.MediaFile(self.tpath)
|
||||
setattr(a, field, self.value)
|
||||
a.save_tags()
|
||||
a.save()
|
||||
|
||||
# verify ALL tags are correct with modification
|
||||
b = beets.mediafile.MediaFile(self.tpath)
|
||||
|
|
|
|||
Loading…
Reference in a new issue