mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
info: Show data for each item, not only first one
This commit is contained in:
parent
558c93f988
commit
17549b873e
1 changed files with 1 additions and 2 deletions
|
|
@ -60,8 +60,7 @@ def run(lib, opts, args):
|
|||
else:
|
||||
if not first:
|
||||
ui.print_()
|
||||
else:
|
||||
print_data(data)
|
||||
print_data(data)
|
||||
first = False
|
||||
|
||||
if opts.summarize:
|
||||
|
|
|
|||
Loading…
Reference in a new issue