core: rename comments field to details #10092 (#10135)

This commit is contained in:
Diego Heras
2020-11-08 03:11:27 +01:00
committed by GitHub
parent f0d8c88505
commit 2ea22af9ef
138 changed files with 249 additions and 404 deletions

View File

@@ -155,7 +155,7 @@ namespace Jackett.Common.Indexers
{
Title = composeBaseTitle(r),
Poster = new Uri(SiteLink + r.QuerySelector("a[data-fancybox]").Attributes["href"].Value),
Comments = uri,
Details = uri,
DownloadVolumeFactor = 0,
UploadVolumeFactor = 1,
Category = new[]{ TorznabCatType.TVAnime.ID }