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