hopefully fixed dynamic image loading
This commit is contained in:
parent
3861fdc81c
commit
ccba37021a
5 changed files with 250 additions and 269 deletions
2
main.go
2
main.go
|
@ -161,7 +161,7 @@ func handleSearch(w http.ResponseWriter, r *http.Request) {
|
|||
// Handle different search types
|
||||
switch searchType {
|
||||
case "image":
|
||||
handleImageSearch(w, settings, query, page)
|
||||
handleImageSearch(w, r, settings, query, page)
|
||||
case "video":
|
||||
handleVideoSearch(w, settings, query, page)
|
||||
case "map":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue