diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index 7bb0aed21..a3e434079 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -138,7 +138,7 @@ class Google(callbacks.PluginRegexp): else: results.append(url) if not results: - return format(_('No matches found.')) + return [format(_('No matches found.'))] elif onetoone: return results else: