feat: respect pvr exclusions (#37)

This commit is contained in:
l3uddz
2022-04-14 16:18:06 +01:00
committed by GitHub
parent 2468d5b251
commit 79507adb4a
32 changed files with 321 additions and 99 deletions

View File

@@ -9,6 +9,12 @@ type qualityProfile struct {
Id int
}
type exclusion struct {
TvdbId int `json:"tvdbId"`
Title string `json:"title"`
Id int `json:"id"`
}
type languageProfile struct {
Name string
Id int