mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
migrate to old gotorrent
This commit is contained in:
@@ -55,7 +55,7 @@ func ParseLink(link string) (*torrent.TorrentSpec, error) {
|
||||
}
|
||||
|
||||
func fromMagnet(link string) (*torrent.TorrentSpec, error) {
|
||||
mag, err := metainfo.ParseMagnetUri(link)
|
||||
mag, err := metainfo.ParseMagnetURI(link)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user