diff --git a/couchpotato/core/media/__init__.py b/couchpotato/core/media/__init__.py index 549ed0d7..7a178b85 100755 --- a/couchpotato/core/media/__init__.py +++ b/couchpotato/core/media/__init__.py @@ -95,7 +95,7 @@ class MediaBase(Plugin): if file_type not in existing_files or len(existing_files.get(file_type, [])) == 0: file_path = fireEvent('file.download', url = image, single = True) if file_path: - existing_files[file_type] = [file_path] + existing_files[file_type] = [toUnicode(file_path)] break else: break