mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Add settings for exlcuded genre and movie Ids
This commit is contained in:
parent
910f6380fc
commit
53523b35db
1 changed files with 4 additions and 0 deletions
|
@ -7,5 +7,9 @@ namespace Ombi.Core.Settings.Models.External
|
||||||
public bool ShowAdultMovies { get; set; }
|
public bool ShowAdultMovies { get; set; }
|
||||||
|
|
||||||
public List<int> ExcludedKeywordIds { get; set; }
|
public List<int> ExcludedKeywordIds { get; set; }
|
||||||
|
|
||||||
|
public List<int> ExcludedMovieGenreIds { get; set; }
|
||||||
|
|
||||||
|
public List<int> ExcludedTvGenreIds { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue