Add image url for artists
This commit is contained in:
@@ -15,6 +15,10 @@ class Song(BaseModel):
|
||||
running_order: int | None = Field(
|
||||
default=None, description="Running order of the song.", example=13
|
||||
)
|
||||
img_url: str = Field(
|
||||
description="URL to the artist image.",
|
||||
example="https://www.youtube.com/watch?v=dQw4w9WgXcQ",
|
||||
)
|
||||
lyrics_url: str | None = Field(
|
||||
default=None,
|
||||
description="URL to the original lyrics.",
|
||||
|
||||
Reference in New Issue
Block a user