mirror of https://github.com/Jackett/Jackett
TVStore: Throw exception
This commit is contained in:
parent
82617f961d
commit
b445072a4d
|
@ -224,7 +224,9 @@ namespace Jackett.Common.Indexers
|
|||
series.Add(sd);
|
||||
}
|
||||
catch (IndexOutOfRangeException e)
|
||||
{ }
|
||||
{
|
||||
throw (e);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue