Skip to content

Commit 62e680d

Browse files
committed
fix results output
1 parent cf21898 commit 62e680d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

beetsplug/smartplaylist.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ def update_playlists(self, lib: Library, pretend: bool = False) -> None:
309309
for playlist in self._matched_playlists:
310310
pretend_count = 0
311311
name, (query, q_sort), (album_query, a_q_sort) = playlist
312+
if pretend and not quiet:
313+
self._log.info("Results for playlist {}:", name)
312314
items = []
313315

314316
# Handle tuple/list of queries (preserves order)

0 commit comments

Comments
 (0)