From c15d6468d220ba464d2cdd5df5619a72972281f9 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 26 May 2019 16:18:50 +1200 Subject: [PATCH] Revert "morethantv: attempt to handle missing quality. #5334" This reverts commit ecec867de8ef9b88a45d90a93c15cc7cd71083e4. --- src/Jackett.Common/Indexers/MoreThanTV.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/MoreThanTV.cs b/src/Jackett.Common/Indexers/MoreThanTV.cs index b14687616..0e2a90fbf 100644 --- a/src/Jackett.Common/Indexers/MoreThanTV.cs +++ b/src/Jackett.Common/Indexers/MoreThanTV.cs @@ -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