mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 14:03:12 +01:00
mpdupdate: remove debug clause
Thanks to @phmongeau for pointing out this embarrassing mistake.
This commit is contained in:
parent
fe725fb9a9
commit
d30db10d10
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue