mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 12:02:44 +01:00
Add albumtypes to Album schema
This commit is contained in:
parent
410deb6c3b
commit
88fc2bdff9
1 changed files with 2 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue