mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
We can now override language profiles for Sonarr v3 requests, we also added an option to specify the language profile for Anime requests
This commit is contained in:
parent
5bd85a3aac
commit
89e1e21c7c
31 changed files with 2741 additions and 68 deletions
|
@ -20,6 +20,7 @@
|
|||
public bool AddOnly { get; set; }
|
||||
public bool V3 { get; set; }
|
||||
public int LanguageProfile { get; set; }
|
||||
public int LanguageProfileAnime { get; set; }
|
||||
public bool ScanForAvailability { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue