mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
attempted fix for #2740
This commit is contained in:
parent
16592445b0
commit
585d4ba89d
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ class CodingFormatter(string.Formatter):
|
|||
converted = converted.decode(self._coding)
|
||||
except UnicodeEncodeError:
|
||||
pass
|
||||
except AttributeError:
|
||||
converted = value
|
||||
|
||||
return converted
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue