Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update torrents.go

Cette révision appartient à :
kilo 2017-10-31 02:00:06 +01:00 révisé par GitHub
Parent 6931952a63
révision 03d92ab639
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -169,7 +169,7 @@ func DeleteTagsModPanel(c *gin.Context) {
// TorrentBlockModPanel : Controller to lock torrents, redirecting to previous page
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))
var returnRoute, action string
if torrent.IsDeleted() {