diff --git a/couchpotato/core/plugins/log/main.py b/couchpotato/core/plugins/log/main.py index 83e190a..e6ff113 100644 --- a/couchpotato/core/plugins/log/main.py +++ b/couchpotato/core/plugins/log/main.py @@ -73,7 +73,7 @@ class Logging(Plugin): return jsonified({ 'success': True, - 'log': log, + 'log': toUnicode(log), 'total': total, })