diff --git a/beetsplug/convert.py b/beetsplug/convert.py index 2b1646b2c..44c0afa99 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -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