🐛 changed copyright to Optional (#114)

This commit is contained in:
Oskar Dudziński
2025-04-18 19:53:56 +02:00
committed by GitHub
parent 526c8c5b0e
commit a2b9f8d5cf
+1 -1
View File
@@ -121,7 +121,7 @@ class Album(BaseModel):
numberOfVideos: int
numberOfVolumes: int
releaseDate: str
copyright: str
copyright: Optional[str] = None
type: str
version: Optional[str] = None
url: str