mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
parent
b5c9271baa
commit
c0b248c4a2
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ def convert_item(dest_dir, keep_new, path_formats, command, ext,
|
|||
continue
|
||||
|
||||
# Write tags from the database to the converted file.
|
||||
item.write(path=converted)
|
||||
item.try_write(path=converted)
|
||||
|
||||
if keep_new:
|
||||
# If we're keeping the transcoded file, read it again (after
|
||||
|
|
|
|||
Loading…
Reference in a new issue