aboutsummaryrefslogtreecommitdiffhomepage
path: root/fever/fever.go
diff options
context:
space:
mode:
Diffstat (limited to 'fever/fever.go')
-rw-r--r--fever/fever.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fever/fever.go b/fever/fever.go
index e1090b7..b754a89 100644
--- a/fever/fever.go
+++ b/fever/fever.go
@@ -356,7 +356,7 @@ func (c *Controller) handleItems(w http.ResponseWriter, r *http.Request) {
builder.WithOffset(maxID)
}
- csvItemIDs := request.QueryParam(r, "with_ids", "")
+ csvItemIDs := request.QueryStringParam(r, "with_ids", "")
if csvItemIDs != "" {
var itemIDs []int64