|
|
|
@ -104,6 +104,8 @@ namespace NzbDrone.Core.IndexerSearch
|
|
|
|
|
GetNabElement("files", r.Files, protocol),
|
|
|
|
|
GetNabElement("grabs", r.Grabs, protocol),
|
|
|
|
|
GetNabElement("peers", t.Peers, protocol),
|
|
|
|
|
GetNabElement("season", t.Season, protocol),
|
|
|
|
|
GetNabElement("episode", RemoveInvalidXMLChars(r.Episode), protocol),
|
|
|
|
|
GetNabElement("author", RemoveInvalidXMLChars(r.Author), protocol),
|
|
|
|
|
GetNabElement("booktitle", RemoveInvalidXMLChars(r.BookTitle), protocol),
|
|
|
|
|
GetNabElement("artist", RemoveInvalidXMLChars(r.Artist), protocol),
|
|
|
|
|