mirror of
https://github.com/beetbox/beets.git
synced 2026-02-27 17:53:12 +01:00
Remove use of nonexistent option
This commit is contained in:
parent
519df6da04
commit
417eb5e588
1 changed files with 0 additions and 4 deletions
|
|
@ -188,10 +188,6 @@ class EditPlugin(plugins.BeetsPlugin):
|
|||
# construct a list of fields we need
|
||||
# see if we need album or item fields
|
||||
self.fields = self.albumfields if opts.album else self.itemfields
|
||||
# if opts.format is given only use those fields
|
||||
if opts.format:
|
||||
self.fields = []
|
||||
self.fields.extend((opts.format).replace('$', "").split())
|
||||
# if opts.extra is given add those
|
||||
if opts.extra:
|
||||
fi = (opts.extra).replace('$', "").split()
|
||||
|
|
|
|||
Loading…
Reference in a new issue