We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e75b4 commit ffc665eCopy full SHA for ffc665e
beetsplug/convert.py
@@ -356,7 +356,7 @@ def convert_item(
356
# to avoid any side-effect of the conversion (linking, keep_new,
357
# refresh) if we already know that it will fail.
358
try:
359
- mf = mediafile.MediaFile(util.syspath(item.path))
+ mediafile.MediaFile(util.syspath(item.path))
360
except mediafile.UnreadableFileError as exc:
361
self._log.error("Could not open file to convert: {0}", exc)
362
continue
0 commit comments