Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/761e15a4760bf962d44b46d27163fa6d1d884085 You should set ROOT_URL correctly, otherwise the web may not work correctly.

New: Send description element in nab response

pull/1040/head
olly 3 years ago committed by Qstick
parent d3ffb7b490
commit 761e15a476

@ -75,6 +75,7 @@ namespace NzbDrone.Core.IndexerSearch
let t = (r as TorrentInfo) ?? new TorrentInfo()
select new XElement("item",
new XElement("title", RemoveInvalidXMLChars(r.Title)),
new XElement("description", RemoveInvalidXMLChars(r.Description)),
new XElement("guid", r.Guid), // GUID and (Link or Magnet) are mandatory
new XElement("prowlarrindexer", new XAttribute("id", r.IndexerId), r.Indexer),
r.InfoUrl == null ? null : new XElement("comments", r.InfoUrl),

Loading…
Cancel
Save