🏷️ Update album type literals

This commit is contained in:
Oskar Dudziński
2025-11-09 19:22:13 +01:00
parent a525b676eb
commit c7f0836566
+1 -1
View File
@@ -124,7 +124,7 @@ class Album(BaseModel):
numberOfVolumes: int
releaseDate: datetime
copyright: Optional[str] = None
type: str
type: Literal["ALBUM", "SINGLE", "EP"]
version: Optional[str] = None
url: str
cover: Optional[str] = None