hdolimpo: try free=100

This commit is contained in:
Garfield69
2024-02-22 13:49:39 +13:00
parent 087091c001
commit aa44dc8649

View File

@@ -81,7 +81,7 @@ search:
imdbId: "{{ .Query.IMDBIDShort }}"
tmdbId: "{{ .Query.TMDBID }}"
tvdbId: "{{ .Query.TVDBID }}"
"free[0]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
"free": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
sortField: "{{ .Config.sort }}"
sortDirection: "{{ .Config.type }}"
perPage: 100