Apply #2175 to mpdstats to keep consistency

This commit is contained in:
nathdwek@laptop 2016-08-26 18:17:37 +02:00
parent c872adf5ca
commit 3acd44260a

View file

@ -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'',
})