mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
finished changing save_tags to save
--HG-- extra : convert_revision : svn%3A41726ec3-264d-0410-9c23-a9f1637257cc/trunk%4059
This commit is contained in:
parent
c28efea9a6
commit
bfc68e7a71
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ class Item(object):
|
|||
for key in metadata_keys:
|
||||
setattr(f, key, self.record[key])
|
||||
|
||||
f.save_tags()
|
||||
f.save()
|
||||
|
||||
|
||||
#### dealing with files themselves ####
|
||||
|
|
|
|||
Loading…
Reference in a new issue