Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix the fact that we didn't have uploader name on api search

Cette révision appartient à :
akuma06 2017-06-10 19:46:04 +02:00
Parent ee0e611d11
révision aa77b3bac1

Voir le fichier

@ -294,7 +294,7 @@ func APISearchHandler(w http.ResponseWriter, r *http.Request) {
}
}
_, torrents, _, err := search.SearchByQuery(r, pagenum)
_, torrents, _, err := search.SearchByQueryWithUser(r, pagenum)
if err != nil {
http.Error(w, err.Error(), http.StatusInternalServerError)
return