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