mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
clean comments
This commit is contained in:
@@ -46,6 +46,4 @@ func (bt *BTServer) Play(torr *Torrent, file *torrent.File, preload int64, c ech
|
|||||||
|
|
||||||
redirectUrl := c.Scheme() + "://" + c.Request().Host + "/torrent/view/" + torr.Hash().HexString() + "/" + utils.CleanFName(file.Path())
|
redirectUrl := c.Scheme() + "://" + c.Request().Host + "/torrent/view/" + torr.Hash().HexString() + "/" + utils.CleanFName(file.Path())
|
||||||
return c.Redirect(http.StatusFound, redirectUrl)
|
return c.Redirect(http.StatusFound, redirectUrl)
|
||||||
|
|
||||||
//return bt.View(torr, file, c)
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user