mirror of
https://github.com/beetbox/beets.git
synced 2026-01-20 15:14:13 +01:00
style: remove trailing whitespace from blank line
This commit is contained in:
parent
dc117046a9
commit
179dc7d070
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ class CommandBackend(Backend):
|
|||
"""Checks whether the given item is supported by the selected tool."""
|
||||
# Get the base name of the command for comparison
|
||||
cmd_name = os.path.basename(self.command).lower()
|
||||
|
||||
|
||||
if cmd_name.startswith("mp3rgain"):
|
||||
# mp3rgain supports MP3 and AAC/M4A formats
|
||||
return item.format in ("MP3", "AAC")
|
||||
|
|
|
|||
Loading…
Reference in a new issue