mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Generate Order Fields based on sanitized version of original fields
This commit is contained in:
parent
69c19e946c
commit
371e8ab6ca
3 changed files with 35 additions and 2 deletions
|
@ -30,6 +30,7 @@ type MediaFile struct {
|
|||
SortArtistName string `json:"sortArtistName"`
|
||||
SortAlbumArtistName string `json:"sortAlbumArtistName"`
|
||||
OrderAlbumName string `json:"orderAlbumName"`
|
||||
OrderArtistName string `json:"orderArtistName"`
|
||||
OrderAlbumArtistName string `json:"orderAlbumArtistName"`
|
||||
Compilation bool `json:"compilation"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue