mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
Torznab: add audio-search cap
This commit is contained in:
parent
0846ca40cd
commit
6dc12f0d3c
1 changed files with 5 additions and 0 deletions
|
@ -136,6 +136,11 @@ namespace Jackett.Models
|
|||
new XElement("music-search",
|
||||
new XAttribute("available", MusicSearchAvailable ? "yes" : "no"),
|
||||
new XAttribute("supportedParams", SupportedMusicSearchParams)
|
||||
),
|
||||
// inconsistend but apparently already used by various newznab indexers (see #1896)
|
||||
new XElement("audio-search",
|
||||
new XAttribute("available", MusicSearchAvailable ? "yes" : "no"),
|
||||
new XAttribute("supportedParams", SupportedMusicSearchParams)
|
||||
)
|
||||
),
|
||||
new XElement("categories",
|
||||
|
|
Loading…
Reference in a new issue