From 17549b873e170c2c22c195af42878fac05c48a11 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Fri, 5 Sep 2014 16:09:57 +0200 Subject: [PATCH] info: Show data for each item, not only first one --- beetsplug/info.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/beetsplug/info.py b/beetsplug/info.py index 9fd6f4f12..f7462761a 100644 --- a/beetsplug/info.py +++ b/beetsplug/info.py @@ -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: