mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Fix styling
This commit is contained in:
parent
345d47b40d
commit
4d616ceb93
1 changed files with 2 additions and 1 deletions
|
|
@ -119,7 +119,8 @@ class FtInTitlePlugin(BeetsPlugin):
|
|||
'drop_feat': False
|
||||
})
|
||||
|
||||
self._command = ui.Subcommand('ftintitle',
|
||||
self._command = ui.Subcommand(
|
||||
'ftintitle',
|
||||
help='move featured artists to the title field')
|
||||
|
||||
self._command.parser.add_option(
|
||||
|
|
|
|||
Loading…
Reference in a new issue