Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Cette révision appartient à :
Austin 2017-05-09 22:40:47 -05:00 révisé par GitHub
Parent d8179450a9
révision 60ba3ba204

Voir le fichier

@ -9,8 +9,6 @@ import (
"github.com/ewhal/nyaa/db"
"github.com/ewhal/nyaa/model"
"github.com/ewhal/nyaa/util"
"strconv"
"strings"
)
type WhereParams struct {
@ -192,4 +190,4 @@ func UpdateTorrent(torrent model.Torrents) (int, error) {
}
return http.StatusOK, nil
}
}