mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Remove completed TODO item
This commit is contained in:
parent
be82fd0f4a
commit
6e434934d4
1 changed files with 0 additions and 2 deletions
|
|
@ -79,8 +79,6 @@ class ExportPlugin(BeetsPlugin):
|
||||||
})
|
})
|
||||||
|
|
||||||
def commands(self):
|
def commands(self):
|
||||||
# TODO: Add option to use albums
|
|
||||||
|
|
||||||
cmd = ui.Subcommand('export', help='export data from beets')
|
cmd = ui.Subcommand('export', help='export data from beets')
|
||||||
cmd.func = self.run
|
cmd.func = self.run
|
||||||
cmd.parser.add_option(
|
cmd.parser.add_option(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue