feat(discover): Add original language filter

This commit is contained in:
sephrat 2022-04-23 12:42:30 +02:00
commit ef7ec861d8
12 changed files with 100 additions and 26 deletions

View file

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