Fix magnet links
Cette révision appartient à :
Parent
4851890c66
révision
64473e68ad
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -138,7 +138,7 @@ func (t *Torrent) ToJSON() TorrentJSON {
|
|||
UploaderName: util.SafeText(uploader),
|
||||
OldUploader: util.SafeText(t.OldUploader),
|
||||
WebsiteLink: util.Safe(t.WebsiteLink),
|
||||
Magnet: util.Safe(magnet),
|
||||
Magnet: template.URL(magnet),
|
||||
TorrentLink: util.Safe(torrentlink)}
|
||||
|
||||
return res
|
||||
|
|
Référencer dans un nouveau ticket