1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 23:22:46 +00:00

AnimeTorrents: Fix DL link for newbie users (#657)

This commit is contained in:
kaso17 2016-11-08 06:59:47 +01:00 committed by GitHub
parent 809362e08c
commit 5e2fa1408e

View file

@ -149,7 +149,10 @@ namespace Jackett.Indexers
}
else
{
continue;
// use comments link as placeholder
// null causes errors during export to torznab
// skipping the release prevents newbie users from adding the tracker (empty result)
release.Link = release.Comments;
}
var sizeStr = qRow.Find("td:eq(5)").Text();