Remove completed TODO item

This commit is contained in:
Tianon Gravi 2021-10-30 11:19:21 -07:00
parent be82fd0f4a
commit 6e434934d4

View file

@ -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(