diablotorrent: typo fix

This commit is contained in:
ilike2burnthing 2023-10-28 11:10:53 +01:00 committed by GitHub
parent 0bba697c89
commit cdc26da45a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ search:
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
imdb: "{{ if .Query.IMDBID }}1{{ else }}{{ end }}" imdb: "{{ if .Query.IMDBID }}1{{ else }}{{ end }}"
s_alapjan: "{{ .Config.sort }}" s_alapjan: "{{ .Config.sort }}"
s_sorrend: "{{ .Config.order }}" s_sorrend: "{{ .Config.type }}"
rows: rows:
selector: div.torrent_row, div.torrent_details selector: div.torrent_row, div.torrent_details