diff --git a/openlp/plugins/remotes/remoteplugin.py b/openlp/plugins/remotes/remoteplugin.py index bf0ee7f8c..566a7350d 100644 --- a/openlp/plugins/remotes/remoteplugin.py +++ b/openlp/plugins/remotes/remoteplugin.py @@ -37,7 +37,7 @@ class RemotesPlugin(Plugin, OpenLPMixin): """ remotes constructor """ - super(RemotesPlugin, self).__init__('remotes') + super(RemotesPlugin, self).__init__('remotes', {}) self.icon_path = ':/plugins/plugin_remote.png' self.icon = build_icon(self.icon_path) self.weight = -1