1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

New: Update MonoTorrent from nuget

This commit is contained in:
ta264
2020-01-07 21:28:07 +00:00
committed by Qstick
parent 0845a4bf4c
commit 6f115d2db3
29 changed files with 4 additions and 4241 deletions
@@ -207,7 +207,7 @@ namespace NzbDrone.Core.Download
try
{
hash = new MagnetLink(magnetUrl).InfoHash.ToHex();
hash = InfoHash.FromMagnetLink(magnetUrl).ToHex();
}
catch (FormatException ex)
{