mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
Revert "morethantv: attempt to handle missing quality. #5334"
This reverts commit ecec867de8
.
This commit is contained in:
parent
ecec867de8
commit
c15d6468d2
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ namespace Jackett.Common.Indexers
|
|||
var qualityData = downloadAnchor.InnerHtml.Split('/');
|
||||
|
||||
if (qualityData.Length < 2)
|
||||
qualityData[1] = " ";
|
||||
throw new Exception($"We expected 2 or more quality datas, instead we have {qualityData.Length} for {season}.");
|
||||
|
||||
// Build title
|
||||
var title = string.Join(".", new List<string>
|
||||
|
|
Loading…
Reference in a new issue