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:
parent
809362e08c
commit
5e2fa1408e
1 changed files with 4 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue