summaryrefslogtreecommitdiff
path: root/plugins/Scrobbler.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scrobbler.py')
-rw-r--r--plugins/Scrobbler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Scrobbler.py b/plugins/Scrobbler.py
index c29b6be..2b969d3 100644
--- a/plugins/Scrobbler.py
+++ b/plugins/Scrobbler.py
@@ -84,8 +84,8 @@ class pluginScrobbler(Plugin):
self._login()
def _getSettings(self):
return [
- ['scrobbler.username', 'Username', 'Username to submit to last.fm.', QtGui.QLineEdit(self._username())],
- ['scrobbler.password', 'Password', 'Password to user to submit. Note that the password is stored *unencrypted* to file.', QtGui.QLineEdit(self._password())],
+ ['username', 'Username', 'Username to submit to last.fm.', QtGui.QLineEdit(self._username())],
+ ['password', 'Password', 'Password to user to submit. Note that the password is stored *unencrypted* to file.', QtGui.QLineEdit(self._password())],
]
def afterSaveSettings(self):
self._login()