mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 09:33:46 +01:00
updated comments
This commit is contained in:
parent
6b7b54062f
commit
c56c52c5d5
1 changed files with 2 additions and 2 deletions
|
|
@ -522,10 +522,10 @@ def _get_art_filename(config):
|
|||
"""
|
||||
legacy_art_filename = config_val(config, 'beets', 'art_filename', None)
|
||||
if legacy_art_filename:
|
||||
# Old path formats override the default values.
|
||||
# Old art filename format override the default value.
|
||||
art_filename = Template(legacy_art_filename)
|
||||
else:
|
||||
# If no legacy path format, use the defaults instead.
|
||||
# If no legacy art filename format, use the default instead.
|
||||
art_filename = DEFAULT_ART_FILENAME
|
||||
|
||||
return art_filename
|
||||
|
|
|
|||
Loading…
Reference in a new issue