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:
tidusjar 2021-04-08 10:11:32 +01:00
parent 5bd85a3aac
commit 89e1e21c7c
31 changed files with 2741 additions and 68 deletions

View file

@ -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; }
}
}