mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 17:05:03 -05:00
Fix omgwtfnzb provider retention = 1 bug
This commit is contained in:
parent
cadec21304
commit
a72779d5d3
@ -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 New Issue
Block a user