pvr: add options and support for anime (#17)
* pvr: begin adding options * pvr: add ability to configure add behaviour via config * pvr: add skip_anime * pvr: do not continue processing item if lookup failed or add to pvr failed
This commit is contained in:
@@ -15,6 +15,7 @@ type lookupRequest struct {
|
||||
TitleSlug string `json:"titleSlug"`
|
||||
Year int `json:"year,omitempty"`
|
||||
TvdbId int `json:"tvdbId"`
|
||||
Type string `json:"seriesType"`
|
||||
}
|
||||
|
||||
type addRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user