New: Update MonoTorrent from nuget

This commit is contained in:
ta264
2020-02-03 21:01:29 +00:00
parent 705c7c9b0e
commit 2e6094beb6
29 changed files with 4 additions and 4206 deletions
@@ -206,7 +206,7 @@ namespace NzbDrone.Core.Download
try
{
hash = new MagnetLink(magnetUrl).InfoHash.ToHex();
hash = InfoHash.FromMagnetLink(magnetUrl).ToHex();
}
catch (FormatException ex)
{