mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
TehConnection: Generate title for releases without scene title
This commit is contained in:
@@ -167,6 +167,11 @@ namespace Jackett.Indexers
|
||||
if (secondSizeStr.Length > 3 && secondSizeStr.Contains("(") && secondSizeStr.Contains(")"))
|
||||
{ sizeStr = secondSizeStr.Replace("(", "").Replace(")", "").Trim(); }
|
||||
}
|
||||
|
||||
if(string.IsNullOrWhiteSpace(title))
|
||||
{
|
||||
title = dom.Find("div.title_text").Text() + " - " + qRow.Find("div.details_title > a").Text();
|
||||
}
|
||||
|
||||
var release = new ReleaseInfo();
|
||||
|
||||
|
Reference in New Issue
Block a user