From 5a7d7e1bb59eb8e7b6035d2f7bdc9ec7e374e9cd Mon Sep 17 00:00:00 2001 From: Dang Mai Date: Wed, 30 Jan 2013 09:28:50 -0500 Subject: [PATCH] Change command to splupdate --- beetsplug/smartplaylist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/smartplaylist.py b/beetsplug/smartplaylist.py index 33dabad0c..c84f1c612 100644 --- a/beetsplug/smartplaylist.py +++ b/beetsplug/smartplaylist.py @@ -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]