Update torrents.go
Cette révision appartient à :
Parent
6931952a63
révision
03d92ab639
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -169,7 +169,7 @@ func DeleteTagsModPanel(c *gin.Context) {
|
||||||
|
|
||||||
// TorrentBlockModPanel : Controller to lock torrents, redirecting to previous page
|
// TorrentBlockModPanel : Controller to lock torrents, redirecting to previous page
|
||||||
func TorrentBlockModPanel(c *gin.Context) {
|
func TorrentBlockModPanel(c *gin.Context) {
|
||||||
id, _ := strconv.ParseInt(c.Query("id"), 10, 32)
|
id, _ := strconv.ParseInt(c.PostForm("id"), 10, 32)
|
||||||
torrent, _, err := torrents.ToggleBlock(uint(id))
|
torrent, _, err := torrents.ToggleBlock(uint(id))
|
||||||
var returnRoute, action string
|
var returnRoute, action string
|
||||||
if torrent.IsDeleted() {
|
if torrent.IsDeleted() {
|
||||||
|
|
Référencer dans un nouveau ticket