mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
Configuration defaults review
This commit is contained in:
parent
39e8a8389b
commit
c7aa248a77
1 changed files with 4 additions and 4 deletions
|
|
@ -40,10 +40,10 @@ class SubsonicUpdate(BeetsPlugin):
|
|||
|
||||
# Set default configuration values
|
||||
config['subsonic'].add({
|
||||
u'host': u'localhost',
|
||||
u'port': 4040,
|
||||
u'user': u'admin',
|
||||
u'pass': u'admin',
|
||||
'host': 'localhost',
|
||||
'port': '4040',
|
||||
'user': 'admin',
|
||||
'pass': 'admin',
|
||||
})
|
||||
config['subsonic']['pass'].redact = True
|
||||
self.register_listener('import', self.loaded)
|
||||
|
|
|
|||
Loading…
Reference in a new issue