mirror of
https://github.com/beetbox/beets.git
synced 2026-02-12 18:31:48 +01:00
Add albumtypes to Item schema
This commit is contained in:
parent
a04850a536
commit
1bd53ad2aa
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue