mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
Formatting fix.
This commit is contained in:
parent
7043ed5947
commit
337b6bc4c9
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ class FormattedItemMapping(dbcore.db.FormattedMapping):
|
|||
if self.album:
|
||||
for key in self.album.keys(True):
|
||||
if key in Album.item_keys \
|
||||
or key not in self.item._fields.keys():
|
||||
or key not in self.item._fields.keys():
|
||||
album_keys.append(key)
|
||||
return album_keys
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue