IPTorrents completed

This commit is contained in:
zone117x
2015-04-18 16:08:36 -06:00
parent 1318039fb3
commit ec41863630
5 changed files with 220 additions and 142 deletions

View File

@@ -63,7 +63,7 @@ namespace Jackett
public string DisplayName { get { return "BitMeTV"; } }
public string DisplayDescription { get { return "TV Episode specialty tracker"; } }
public Uri SiteLink { get { return new Uri("https://bitmetv.org"); } }
public Uri SiteLink { get { return new Uri(BaseUrl); } }
public bool IsConfigured { get; private set; }