mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
add the 'path' argument to mpdupdate plugin
This commit is contained in:
parent
c1d28252be
commit
9824cee7fb
1 changed files with 1 additions and 1 deletions
|
|
@ -103,5 +103,5 @@ class MPDUpdatePlugin(BeetsPlugin):
|
|||
ui.config_val(config, 'mpdupdate', 'password', '')
|
||||
|
||||
@MPDUpdatePlugin.listen('import')
|
||||
def update(lib=None):
|
||||
def update(lib=None, paths=None):
|
||||
update_mpd(options['host'], options['port'], options['password'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue