mirror of https://github.com/Jackett/Jackett
Torznab: change content type for t=caps to xml only
This commit is contained in:
parent
3a40e73d43
commit
716fe0e6b6
|
@ -42,7 +42,7 @@ namespace Jackett.Controllers
|
||||||
{
|
{
|
||||||
return new HttpResponseMessage()
|
return new HttpResponseMessage()
|
||||||
{
|
{
|
||||||
Content = new StringContent(indexer.TorznabCaps.ToXml(), Encoding.UTF8, "application/rss+xml")
|
Content = new StringContent(indexer.TorznabCaps.ToXml(), Encoding.UTF8, "application/xml")
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue