mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Add language field to indexers (#788)
This commit is contained in:
@@ -20,6 +20,7 @@ namespace Jackett.Indexers
|
||||
public string SiteLink { get; protected set; }
|
||||
public string DisplayDescription { get; protected set; }
|
||||
public string DisplayName { get; protected set; }
|
||||
public string Language { get; protected set; }
|
||||
public string ID { get { return GetIndexerID(GetType()); } }
|
||||
|
||||
public bool IsConfigured { get; protected set; }
|
||||
|
Reference in New Issue
Block a user