mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Bump to net core 3.1.5, update packages
This commit is contained in:
@@ -52,7 +52,7 @@ namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
try
|
||||
{
|
||||
return InfoHash.FromMagnetLink(magnetUrl).ToHex();
|
||||
return MagnetLink.Parse(magnetUrl).InfoHash.ToHex();
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user