Better way to match top songs from external sources (Last.fm)

This commit is contained in:
Deluan 2021-10-23 20:19:15 -04:00
parent 31c598de07
commit cc1659aa73
4 changed files with 69 additions and 1 deletions

View file

@ -35,6 +35,7 @@ type MediaFile struct {
SortAlbumName string `structs:"sort_album_name" json:"sortAlbumName,omitempty"`
SortArtistName string `structs:"sort_artist_name" json:"sortArtistName,omitempty"`
SortAlbumArtistName string `structs:"sort_album_artist_name" json:"sortAlbumArtistName,omitempty"`
OrderTitle string `structs:"order_title" json:"orderTitle,omitempty"`
OrderAlbumName string `structs:"order_album_name" json:"orderAlbumName"`
OrderArtistName string `structs:"order_artist_name" json:"orderArtistName"`
OrderAlbumArtistName string `structs:"order_album_artist_name" json:"orderAlbumArtistName"`