mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
nyaapantsu: limit=99 to avoid unknown error. resolves #15740
This commit is contained in:
@@ -110,7 +110,7 @@ search:
|
||||
s: 0
|
||||
sort: "{{ .Config.sort }}"
|
||||
order: "{{ .Config.type }}"
|
||||
limit: 100
|
||||
limit: 99
|
||||
|
||||
rows:
|
||||
selector: tr.torrent-info
|
||||
|
Reference in New Issue
Block a user