mirror of
https://github.com/YGGverse/qbittorrent-yggtracker-search-plugin.git
synced 2025-01-28 23:44:39 +00:00
fix qbittorrent api compatibility
This commit is contained in:
parent
d6822c2fe1
commit
7d432ee39f
@ -12,17 +12,17 @@ class yggtracker(object):
|
||||
|
||||
name = 'YGGtracker'
|
||||
url = 'https://github.com/YGGverse/YGGtracker'
|
||||
supported_categories = [
|
||||
'all',
|
||||
'anime',
|
||||
'books',
|
||||
'games',
|
||||
'movies',
|
||||
'music',
|
||||
'pictures',
|
||||
'software',
|
||||
'tv'
|
||||
]
|
||||
supported_categories = {
|
||||
'all':[],
|
||||
'anime':[],
|
||||
'books':[],
|
||||
'games':[],
|
||||
'movies':[],
|
||||
'music':[],
|
||||
'pictures':[],
|
||||
'software':[],
|
||||
'tv':[]
|
||||
}
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user