Add albumtypes to Album schema

This commit is contained in:
Edgars Supe 2021-09-08 10:45:31 +03:00
parent 410deb6c3b
commit 88fc2bdff9

View file

@ -1042,6 +1042,7 @@ class Album(LibModel):
'mb_albumid': types.STRING,
'mb_albumartistid': types.STRING,
'albumtype': types.STRING,
'albumtypes': types.STRING,
'label': types.STRING,
'mb_releasegroupid': types.STRING,
'asin': types.STRING,
@ -1091,6 +1092,7 @@ class Album(LibModel):
'mb_albumid',
'mb_albumartistid',
'albumtype',
'albumtypes',
'label',
'mb_releasegroupid',
'asin',