mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Bump to net core 3.1.5, update packages
This commit is contained in:
@@ -206,7 +206,7 @@ namespace NzbDrone.Core.Download
|
||||
|
||||
try
|
||||
{
|
||||
hash = InfoHash.FromMagnetLink(magnetUrl).ToHex();
|
||||
hash = MagnetLink.Parse(magnetUrl).InfoHash.ToHex();
|
||||
}
|
||||
catch (FormatException ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user