mirror of
https://github.com/beetbox/beets.git
synced 2026-02-25 00:32:50 +01:00
Apply #2175 to mpdstats to keep consistency
This commit is contained in:
parent
c872adf5ca
commit
3acd44260a
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ class MPDStatsPlugin(plugins.BeetsPlugin):
|
|||
'music_directory': config['directory'].as_filename(),
|
||||
'rating': True,
|
||||
'rating_mix': 0.75,
|
||||
'host': u'localhost',
|
||||
'host': os.environ.get('MPD_HOST', u'localhost'),
|
||||
'port': 6600,
|
||||
'password': u'',
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue