Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Dec 10, 2020
1 parent 055ed0e commit 9f2f14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets
2 changes: 1 addition & 1 deletion service/explorer/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 9f2f14c

Please sign in to comment.