mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
losslessclub: add music-search
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
tv-search: [q, season, ep]
|
music-search: [q, album, artist, label, year]
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: takelogin.php
|
path: takelogin.php
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
paths:
|
paths:
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
inputs:
|
inputs:
|
||||||
search: "{{ .Query.Keywords }}"
|
search: "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
|
||||||
t: "all"
|
t: "all"
|
||||||
rows:
|
rows:
|
||||||
selector: div#releases-table > table > tbody > tr:has(a.browselink)
|
selector: div#releases-table > table > tbody > tr:has(a.browselink)
|
||||||
|
Reference in New Issue
Block a user