mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torznabquery: add isGenreQuery conditional
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user