summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/Shortcuts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Shortcuts.py b/plugins/Shortcuts.py
index cd419dd..d348c45 100644
--- a/plugins/Shortcuts.py
+++ b/plugins/Shortcuts.py
@@ -32,6 +32,7 @@ class pluginShortcuts(Plugin):
return "Control playing using shortcuts."
def _getSettings(self):
+ return []
return [
['shortcuts.playpauze', 'Play/pauze', 'Key to start playing/pauze.', QtGui.QLineEdit(settings.get('shortcuts.playpauze', 'Win+Home'))],
]