chilebt: up to 50 results. resolves #7855

This commit is contained in:
Garfield69
2023-06-25 16:32:37 +12:00
parent e23d0d7225
commit 09a47f1adb

View File

@@ -88,7 +88,7 @@ search:
tmdb: "{{ .Query.TMDBID }}" tmdb: "{{ .Query.TMDBID }}"
sorting: "{{ .Config.sort }}" sorting: "{{ .Config.sort }}"
direction: "{{ .Config.type }}" direction: "{{ .Config.type }}"
qty: 100 qty: 50
page: 0 page: 0
view: list view: list
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"