feat: add season and airdate fields to tvmaze episode struct
This commit is contained in:
@@ -32,7 +32,9 @@ type show struct {
|
||||
}
|
||||
|
||||
type episode struct {
|
||||
Name string `json:"name"`
|
||||
Name string `json:"name"`
|
||||
Season int `json:"season"`
|
||||
Airdate string `json:"airdate"`
|
||||
}
|
||||
|
||||
func NewClient() *Client {
|
||||
|
||||
Reference in New Issue
Block a user