Fix the fact that we didn't have uploader name on api search
Cette révision appartient à :
Parent
ee0e611d11
révision
aa77b3bac1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -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
|
||||
|
|
Référencer dans un nouveau ticket