Skip to content

Commit

Permalink
btetree: code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 30, 2020
1 parent bde9e18 commit 4a6b04f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Jackett.Common/Definitions/btetree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ legacylinks:

caps:
categories:
"Music": Audio/Lossless
Music: Audio/Lossless

modes:
search: [q]
Expand All @@ -33,7 +33,7 @@ search:
# http://bt.etree.org/?searchzzzz=&cat=0
- path: /
inputs:
searchzzzz: "{{ if .Query.Artist }}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
searchzzzz: "{{ if .Query.Artist }}{{ .Query.Artist }}{{ else }}{{ .Keywords }}{{ end }}"
cat: 0
sort: "{{ .Config.sort }}"

Expand All @@ -44,7 +44,7 @@ search:

fields:
category:
text: "Music"
text: Music
title:
selector: a.details_link
details:
Expand Down

0 comments on commit 4a6b04f

Please sign in to comment.