mirror of
https://github.com/beetbox/beets.git
synced 2026-01-24 09:01:24 +01:00
play: Log a message when no output is produced
This commit is contained in:
parent
e54254b69e
commit
7e4a0f6211
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ def play_music(lib, opts, args):
|
|||
util.displayable_path(command[0]),
|
||||
output.decode('utf8', 'ignore'),
|
||||
))
|
||||
else:
|
||||
log.debug(u'play: no output')
|
||||
|
||||
ui.print_(u'Playing {0} {1}.'.format(len(selection), item_type))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue