mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Removed unused code
This commit is contained in:
parent
806b13cf42
commit
c73f64ee3a
4 changed files with 2 additions and 210 deletions
|
@ -35,9 +35,9 @@ func (c Criteria) MarshalJSON() ([]byte, error) {
|
|||
aux := struct {
|
||||
All []Expression `json:"all,omitempty"`
|
||||
Any []Expression `json:"any,omitempty"`
|
||||
Sort string `json:"sort"`
|
||||
Sort string `json:"sort,omitempty"`
|
||||
Order string `json:"order,omitempty"`
|
||||
Limit int `json:"limit"`
|
||||
Limit int `json:"limit,omitempty"`
|
||||
Offset int `json:"offset,omitempty"`
|
||||
}{
|
||||
Sort: c.Sort,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue