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