1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 07:32:38 +00:00

IPTorrents: Don't set the Description

This commit is contained in:
kaso17 2017-01-17 08:32:44 +01:00
parent b4e5009b2f
commit 7bdbc4a025

View file

@ -248,7 +248,6 @@ namespace Jackett.Indexers
break;
}
release.Description = release.Title;
release.Guid = new Uri(SiteLink + qTitleLink.Attr("href").Substring(1));
release.Comments = release.Guid;