We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16d746 commit e773368Copy full SHA for e773368
beetsplug/convert.py
@@ -351,7 +351,7 @@ def convert_item(
351
# to avoid any side-effect of the conversion (linking, keep_new,
352
# refresh) if we already know that it will fail.
353
try:
354
- mf = mediafile.MediaFile(util.syspath(item.path))
+ mediafile.MediaFile(util.syspath(item.path))
355
except mediafile.UnreadableFileError as exc:
356
self._log.error("Could not open file to convert: {0}", exc)
357
continue
0 commit comments