diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index 3514956f7..5eb120a65 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -243,7 +243,7 @@ class RemoteArtSource(ArtSource): fh.write(chunk) self._log.debug(u'downloaded art to: {0}', util.displayable_path(fh.name)) - candidate.path = fh.name + candidate.path = util.bytestring_path(fh.name) return except (IOError, requests.RequestException, TypeError) as exc: