mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
fix music-search supportedParams
This commit is contained in:
parent
7ca75f51e3
commit
935416cf0d
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ namespace Jackett.Models
|
|||
),
|
||||
new XElement("music-search",
|
||||
new XAttribute("available", MusicSearchAvailable ? "yes" : "no"),
|
||||
new XAttribute("supportedParams", SupportedMovieSearchParams)
|
||||
new XAttribute("supportedParams", SupportedMusicSearchParams)
|
||||
)
|
||||
),
|
||||
new XElement("categories",
|
||||
|
|
Loading…
Reference in a new issue