mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 11:32:30 +01:00
Fix indent
This commit is contained in:
parent
974e3128a6
commit
345d47b40d
1 changed files with 5 additions and 6 deletions
|
|
@ -120,13 +120,12 @@ class FtInTitlePlugin(BeetsPlugin):
|
|||
})
|
||||
|
||||
self._command = ui.Subcommand('ftintitle',
|
||||
help='move featured artists to'
|
||||
' the title field')
|
||||
help='move featured artists to the title field')
|
||||
|
||||
self._command.parser.add_option('-d', '--drop', dest='drop_feat',
|
||||
action='store_true', default=False,
|
||||
help='drop featuring from artists'
|
||||
' and ignore title update')
|
||||
self._command.parser.add_option(
|
||||
'-d', '--drop', dest='drop_feat',
|
||||
action='store_true', default=False,
|
||||
help='drop featuring from artists and ignore title update')
|
||||
|
||||
def commands(self):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue