mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
remove double escape
This commit is contained in:
@@ -21,8 +21,6 @@ func MakeM3ULists(torrents []*settings.Torrent, host string) string {
|
||||
mag.Trackers = []string{} //Remove retrackers for small link size
|
||||
magnet = mag.String()
|
||||
}
|
||||
magnet = url.QueryEscape(magnet)
|
||||
|
||||
m3u += host + "/torrent/play?link=" + url.QueryEscape(magnet) + "&m3u=true\n\n"
|
||||
}
|
||||
return m3u
|
||||
|
||||
Reference in New Issue
Block a user