diff --git a/beetsplug/hook.py b/beetsplug/hook.py index 3a3c8ea84..d3a1fbdb8 100644 --- a/beetsplug/hook.py +++ b/beetsplug/hook.py @@ -96,7 +96,7 @@ class CodingFormatter(AutoFieldCountFormatter): def convert_field(self, value, conversion): converted = super(CodingFormatter, self).convert_field(value, - conversion) + conversion) try: converted = converted.decode(self._coding) except UnicodeEncodeError: