1
0
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:
Adam 2014-10-07 08:27:02 +08:00
parent cadec21304
commit a72779d5d3

View File

@ -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()