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;