Add language field to indexers (#788)

This commit is contained in:
kaso17
2016-12-02 18:58:10 +01:00
committed by GitHub
parent 6a3374ea86
commit e56ff204f8
4 changed files with 4 additions and 0 deletions

View File

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