mpdupdate: remove debug clause

Thanks to @phmongeau for pointing out this embarrassing mistake.
This commit is contained in:
Adrian Sampson 2014-01-08 22:43:10 -08:00
parent fe725fb9a9
commit d30db10d10

View file

@ -118,7 +118,7 @@ def handle_change(lib=None):
@MPDUpdatePlugin.listen('cli_exit')
def update(lib=None):
if database_changed or True:
if database_changed:
update_mpd(
config['mpd']['host'].get(unicode),
config['mpd']['port'].get(int),