mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Remove offset and limit from count queries. Fixes #2443
This commit is contained in:
parent
2fb913f5c9
commit
2b33ef72e3
2 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,7 @@ func (r *radioRepository) isPermitted() bool {
|
|||
}
|
||||
|
||||
func (r *radioRepository) CountAll(options ...model.QueryOptions) (int64, error) {
|
||||
sql := r.newSelect(options...)
|
||||
sql := r.newSelect()
|
||||
return r.count(sql, options...)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue