hopefully fixed dynamic image loading

This commit is contained in:
partisan 2024-11-13 16:59:42 +01:00
parent 3861fdc81c
commit ccba37021a
5 changed files with 250 additions and 269 deletions

View file

@ -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":