Add settings for exlcuded genre and movie Ids

This commit is contained in:
first last 2021-05-20 14:00:13 -04:00
commit 53523b35db

View file

@ -7,5 +7,9 @@ namespace Ombi.Core.Settings.Models.External
public bool ShowAdultMovies { get; set; }
public List<int> ExcludedKeywordIds { get; set; }
public List<int> ExcludedMovieGenreIds { get; set; }
public List<int> ExcludedTvGenreIds { get; set; }
}
}