From 1bd53ad2aa60c3d05bfb12aaca824a07e3fadb49 Mon Sep 17 00:00:00 2001 From: Edgars Supe Date: Thu, 9 Sep 2021 10:36:38 +0300 Subject: [PATCH] Add `albumtypes` to Item schema --- beets/library.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beets/library.py b/beets/library.py index 302c8d37a..4e8eed001 100644 --- a/beets/library.py +++ b/beets/library.py @@ -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,