added music search
Some checks failed
Run Integration Tests / test (push) Failing after 59s

This commit is contained in:
partisan 2025-04-18 11:22:42 +02:00
parent 1acd1c0cab
commit 7cd5e80468
23 changed files with 988 additions and 5 deletions

View file

@ -164,6 +164,8 @@ func handleSearch(w http.ResponseWriter, r *http.Request) {
handleImageSearch(w, r, settings, query, page)
case "video":
handleVideoSearch(w, settings, query, page)
case "music":
handleMusicSearch(w, settings, query, page)
case "map":
handleMapSearch(w, settings, query)
case "forum":