Bump to net core 3.1.5, update packages

This commit is contained in:
ta264
2020-07-01 20:53:05 +01:00
parent ac73b9711a
commit c1b9590df2
23 changed files with 138 additions and 88 deletions
@@ -206,7 +206,7 @@ namespace NzbDrone.Core.Download
try
{
hash = InfoHash.FromMagnetLink(magnetUrl).ToHex();
hash = MagnetLink.Parse(magnetUrl).InfoHash.ToHex();
}
catch (FormatException ex)
{