Add settings for exlcuded genre and movie Ids

pull/4199/head
first last 3 years ago
parent 910f6380fc
commit 53523b35db

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

Loading…
Cancel
Save