diff --git a/assets b/assets index 397bf45..3c03655 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit 397bf4569cee2152d6663fc5dd2bcff4ea84a954 +Subproject commit 3c03655b4a7dfeb41f80ec285f626123dfef0c21 diff --git a/service/explorer/search.go b/service/explorer/search.go index 5e661f9..6a078f8 100644 --- a/service/explorer/search.go +++ b/service/explorer/search.go @@ -30,7 +30,7 @@ func (service *ItemSearchService) Search(c *gin.Context) serializer.Response { case "keywords": return service.SearchKeywords(c, fs, "%"+service.Keywords+"%") case "image": - return service.SearchKeywords(c, fs, "%.bmp", "%.flac", "%.iff", "%.png", "%.gif", "%.jpg", "%.jpge", "%.psd", "%.svg", "%.webp") + return service.SearchKeywords(c, fs, "%.bmp", "%.iff", "%.png", "%.gif", "%.jpg", "%.jpeg", "%.psd", "%.svg", "%.webp") case "video": return service.SearchKeywords(c, fs, "%.mp4", "%.flv", "%.avi", "%.wmv", "%.mkv", "%.rm", "%.rmvb", "%.mov", "%.ogv") case "audio":