mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
AnimeTorrents: Fix DL link for newbie users (#657)
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user