1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Fix missing kat url in config_providers

This commit is contained in:
Supremicus 2014-11-09 13:45:10 +10:00
parent 7dfad34f5a
commit c0d6641f04
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
### 0.x.x (2014-11-07 xx:xx:xx UTC)
### 0.x.x (2014-11-09 xx:xx:xx UTC)
* Add Bootstrap for UI features
* Change UI to resize fluidly on different display sizes, fixes the issue where top menu items would disappear on smaller screens
@ -48,6 +48,7 @@
* Fix image links when anchor child images are not found at Trakt on Add Show/Add Trending Show page
* Add image to be used when Trakt posters are void on Add Show/Add Trending Show page
* Fix growl registration not sending sickrage update notification registration.
* Fix missing url for kickasstorrents in config_providers
[develop changelog]
* Change improve display of progress bars in the Downloads columns of the show list page

View File

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