mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 23:47:17 +02:00
fullmixmusic: add music-search
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
music-search: [q, album, artist, label, year]
|
||||
|
||||
login:
|
||||
path: login.php
|
||||
@@ -32,7 +33,7 @@
|
||||
paths:
|
||||
- path: browse.php
|
||||
inputs:
|
||||
search: "{{ .Query.Keywords }}"
|
||||
search: "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
|
||||
showsearch: "1"
|
||||
incldead: "1"
|
||||
rows:
|
||||
|
Reference in New Issue
Block a user