bakabt: fix error caused by #7355 Resolves #7420 (#7434)

This commit is contained in:
Diego Heras 2020-03-01 20:05:44 +01:00 committed by GitHub
parent 1f9c760246
commit 5f1848d1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ namespace Jackett.Common.Indexers
foreach (var row in rows)
{
var qTitleLink = row.QuerySelector("a.title, a.alt_title");
if (qTitleLink == null)
continue;
var title = qTitleLink.TextContent.Trim();
// Insert before the release info