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:
parent
b4e5009b2f
commit
7bdbc4a025
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue