Change command to splupdate

This commit is contained in:
Dang Mai 2013-01-30 09:28:50 -05:00
parent d134e9c461
commit 5a7d7e1bb5

View file

@ -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]