1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-26 16:12:55 +00:00

newpct: remove two compilation warnings (#6819)

This commit is contained in:
Diego Heras 2020-01-04 20:16:28 +01:00 committed by garfield69
parent 22f5b59393
commit 727e33675c

View file

@ -726,7 +726,7 @@ namespace Jackett.Common.Indexers
releases.Add(newpctRelease); releases.Add(newpctRelease);
} }
} }
catch (Exception ex) catch (Exception)
{ {
return null; return null;
} }
@ -791,7 +791,7 @@ namespace Jackett.Common.Indexers
} }
catch (Exception ex) catch (Exception)
{ {
return null; return null;
} }