Add albumtypes to Item schema

This commit is contained in:
Edgars Supe 2021-09-09 10:36:38 +03:00
parent a04850a536
commit 1bd53ad2aa

View file

@ -494,6 +494,7 @@ class Item(LibModel):
'mb_releasetrackid': types.STRING,
'trackdisambig': types.STRING,
'albumtype': types.STRING,
'albumtypes': types.STRING,
'label': types.STRING,
'acoustid_fingerprint': types.STRING,
'acoustid_id': types.STRING,