mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
revert comments > details commits (#12987)
undo me not reading things8cc85a9253
82ebbbc8f2
This commit is contained in:
@@ -79,7 +79,7 @@ namespace Jackett.Common.Models
|
||||
new XElement("guid", r.Guid.AbsoluteUri), // GUID and (Link or Magnet) are mandatory
|
||||
new XElement("jackettindexer", new XAttribute("id", r.Origin.Id), r.Origin.DisplayName),
|
||||
new XElement("type", r.Origin.Type),
|
||||
r.Details == null ? null : new XElement("details", r.Details.AbsoluteUri),
|
||||
r.Details == null ? null : new XElement("comments", r.Details.AbsoluteUri),
|
||||
r.PublishDate == DateTime.MinValue ? new XElement("pubDate", XmlDateFormat(DateTime.Now)) : new XElement("pubDate", XmlDateFormat(r.PublishDate)),
|
||||
r.Size == null ? null : new XElement("size", r.Size),
|
||||
r.Files == null ? null : new XElement("files", r.Files),
|
||||
|
@@ -19,7 +19,7 @@
|
||||
<title>Better Call Saul S01E05 Alpine Shepherd 1080p NF WEBRip DD5.1 x264</title>
|
||||
<guid isPermaLink="true">https://hdaccess.net/details.php?id=11515</guid>
|
||||
<link>https://hdaccess.net/download.php?torrent=11515&passkey=123456</link>
|
||||
<details>https://hdaccess.net/details.php?id=11515&hit=1#comments</details>
|
||||
<comments>https://hdaccess.net/details.php?id=11515&hit=1#comments</comments>
|
||||
<pubDate>Sat, 14 Mar 2015 17:10:42 -0400</pubDate>
|
||||
<category>HDTV 1080p</category>
|
||||
<size>2538463390</size>
|
||||
|
Reference in New Issue
Block a user