mirror of
https://github.com/YGGverse/qbittorrent-yggtracker-search-plugin.git
synced 2026-03-31 09:35:28 +00:00
fix qbittorrent api compatibility
This commit is contained in:
parent
d6822c2fe1
commit
7d432ee39f
1 changed files with 11 additions and 11 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue