Update MejorTorrent.cs

This commit is contained in:
Garfield69
2025-04-08 17:17:55 +12:00
parent be23b98922
commit ca654cb58b

View File

@@ -194,7 +194,6 @@ namespace Jackett.Common.Indexers.Definitions
catch (Exception ex)
{
OnParseError(result.ContentString, ex);
throw ex;
}
return releases;