mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix omgwtfnzb provider retention = 1 bug
This commit is contained in:
parent
cadec21304
commit
a72779d5d3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class OmgwtfnzbsProvider(generic.NZBProvider):
|
|||
def _get_title_and_url(self, item):
|
||||
return (item['release'], item['getnzb'])
|
||||
|
||||
def _doSearch(self, search, epcount=0, retention=0):
|
||||
def _doSearch(self, search, search_mode='eponly', epcount=0, retention=0):
|
||||
|
||||
self._checkAuth()
|
||||
|
||||
|
|
Loading…
Reference in a new issue