mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-04 15:12:23 -05:00
changed subcategories order
so that category "tv series" is used for cache building
This commit is contained in:
parent
c62d8f2c79
commit
d1e57158d6
@ -59,7 +59,7 @@ class T411Provider(generic.TorrentProvider):
|
||||
|
||||
self.url = self.urls['base_url']
|
||||
|
||||
self.subcategories = [637, 455, 433]
|
||||
self.subcategories = [433, 637, 455]
|
||||
|
||||
def isEnabled(self):
|
||||
return self.enabled
|
||||
|
Loading…
Reference in New Issue
Block a user