finished fetching of discography

This commit is contained in:
Hellow
2023-03-17 13:58:58 +01:00
parent a01ea0cfcd
commit 924bd01e1d
2 changed files with 86 additions and 13 deletions

View File

@@ -22,4 +22,5 @@ class AlbumType(Enum):
LIVE_ALBUM = "Live Album"
COMPILATION_ALBUM = "Compilation Album"
MIXTAPE = "Mixtape"
DEMO = "Demo"
OTHER = "Other"