1
0
Fork 0
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:
kaso17 2017-10-23 18:02:53 +02:00
parent 0846ca40cd
commit 6dc12f0d3c

View file

@ -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",