fix music-search supportedParams

This commit is contained in:
kaso17 2017-10-18 18:42:00 +02:00
parent 7ca75f51e3
commit 935416cf0d
1 changed files with 1 additions and 1 deletions

View File

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