mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
TVStore: Throw exception
This commit is contained in:
@@ -224,7 +224,9 @@ namespace Jackett.Common.Indexers
|
||||
series.Add(sd);
|
||||
}
|
||||
catch (IndexOutOfRangeException e)
|
||||
{ }
|
||||
{
|
||||
throw (e);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user