mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 10:05:35 +01:00
A debug message for ReplayGain
This commit is contained in:
parent
0fbd8d2dfb
commit
16ad174d29
1 changed files with 1 additions and 0 deletions
|
|
@ -317,6 +317,7 @@ class CommandBackend(Backend):
|
|||
the album gain
|
||||
"""
|
||||
if len(items) == 0:
|
||||
self._log.debug('no supported tracks to analyze')
|
||||
return []
|
||||
|
||||
"""Compute ReplayGain values and return a list of results
|
||||
|
|
|
|||
Loading…
Reference in a new issue