mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
feat(discover): Add original language filter
This commit is contained in:
parent
eea8663f7d
commit
ef7ec861d8
12 changed files with 100 additions and 26 deletions
|
@ -11,5 +11,7 @@ namespace Ombi.Core.Settings.Models.External
|
|||
public List<int> ExcludedMovieGenreIds { get; set; }
|
||||
|
||||
public List<int> ExcludedTvGenreIds { get; set; }
|
||||
|
||||
public List<string> OriginalLanguages { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue