Add kat url to the logo at Providers

As reported here: #1120
This commit is contained in:
Fernando 2014-12-13 21:12:55 -02:00
parent 2cba62a0e8
commit fead907d7a
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class KATProvider(generic.TorrentProvider):
self.cache = KATCache(self)
self.urls = ['http://kickass.so/', 'http://katproxy.com/', 'http://www.kickass.to/']
self.url = self.urls[0]
def isEnabled(self):
return self.enabled