Skip to content

Commit

Permalink
Increase EZTV search results (#11887)
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox authored Dec 12, 2024
1 parent 721a2c8 commit b9184f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion medusa/providers/torrent/json/eztv.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ def search(self, search_strings, age=0, ep_obj=None, **kwargs):
results = []

# Search Params
search_params = {}
search_params = {
'limit': 100,
}

for mode in search_strings:
log.debug('Search mode: {0}', mode)
Expand Down

0 comments on commit b9184f5

Please sign in to comment.