mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 05:16:55 +00:00
torznabquery: add isGenreQuery conditional
This commit is contained in:
parent
4dfe9d91ff
commit
60066a5827
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ namespace Jackett.Common.Models
|
|||
|
||||
public bool IsDoubanQuery => DoubanID != null;
|
||||
|
||||
public bool IsGenreQuery => Genre != null;
|
||||
|
||||
public bool HasSpecifiedCategories => (Categories != null && Categories.Length > 0);
|
||||
|
||||
public string SanitizedSearchTerm
|
||||
|
|
Loading…
Add table
Reference in a new issue