Hotfix for sonarr search
This commit is contained in:
@@ -16,7 +16,7 @@ type episode struct {
|
||||
type sonarrSearch struct {
|
||||
Name string `json:"name"`
|
||||
SeasonNumber int `json:"seasonNumber"`
|
||||
SeriesId int `json:"episodeIds"`
|
||||
SeriesId int `json:"seriesId"`
|
||||
}
|
||||
|
||||
type radarrSearch struct {
|
||||
|
||||
Reference in New Issue
Block a user