mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Torznab: change content type for t=caps to xml only
This commit is contained in:
@@ -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")
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user