Formatting fix.

This commit is contained in:
Simon Persson 2019-05-09 21:00:59 +02:00
parent 7043ed5947
commit 337b6bc4c9

View file

@ -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