diff --git a/src/Jackett.Common/Definitions/losslessclub.yml b/src/Jackett.Common/Definitions/losslessclub.yml index 38155bbc4..f04e524a5 100644 --- a/src/Jackett.Common/Definitions/losslessclub.yml +++ b/src/Jackett.Common/Definitions/losslessclub.yml @@ -14,7 +14,7 @@ modes: search: [q] - tv-search: [q, season, ep] + music-search: [q, album, artist, label, year] login: path: takelogin.php @@ -32,7 +32,7 @@ paths: - path: browse.php inputs: - search: "{{ .Query.Keywords }}" + search: "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}" t: "all" rows: selector: div#releases-table > table > tbody > tr:has(a.browselink)