mirror of
https://github.com/beetbox/beets.git
synced 2025-12-21 08:04:03 +01:00
Change command to splupdate
This commit is contained in:
parent
d134e9c461
commit
5a7d7e1bb5
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class SmartPlaylistPlugin(BeetsPlugin):
|
|||
def commands(self):
|
||||
def update(lib, opts, args):
|
||||
update_playlists(lib)
|
||||
spl_update = ui.Subcommand('spl_update',
|
||||
spl_update = ui.Subcommand('splupdate',
|
||||
help='update the smart playlists')
|
||||
spl_update.func = update
|
||||
return [spl_update]
|
||||
|
|
|
|||
Loading…
Reference in a new issue