Search Album by Name doesn't fetch all results
hak0 opened this issue · 1 comments
hak0 commented
gonic/server/ctrlsubsonic/handlers_by_tags.go
Line 269 in a66463a
When searching albums by title, if the result entries exceed 20, the rest entries will be discarded, but no notification or document mentioned this limit. Can we remove this limit so that all the result can be retrieved to the client?
sentriz commented
that is checking a query param, with 20 as the fallback. to request more you can search3.view?albumCount=100