我目前正在尝试使用磁力链接将 torrent 加载到 monotorrent 中。根据我通过谷歌发现的内容,这应该有效:
TorrentManager manager = new TorrentManager(InfoHash.FromMagnetLink(magnet),
savePath, new TorrentSettings());
但我一直得到的是这样的错误:
论点 1:无法将 MonoTorrent.InfoHash 转换为 MonoTorrent.Common.Torrent
有谁知道我该如何解决这个错误?