Add sorting for music albums in an artist's details page (#427)

This commit is contained in:
Anthony Jean 2019-08-31 19:17:18 -04:00 committed by dkanada
parent 42c8ef6262
commit c184bc6833
2 changed files with 4 additions and 1 deletions

View file

@ -25,6 +25,7 @@
- [DrPandemic](https://github.com/drpandemic)
- [Oddstr13](https://github.com/oddstr13)
- [petermcneil](https://github.com/petermcneil)
- [lewazo](https://github.com/lewazo)
# Emby Contributors

View file

@ -132,7 +132,9 @@ define(["connectionManager", "listView", "cardBuilder", "imageLoader", "libraryB
IncludeItemTypes: "MusicAlbum",
PersonTypes: "",
ArtistIds: "",
AlbumArtistIds: ""
AlbumArtistIds: "",
SortOrder: "Descending",
SortBy: "ProductionYear,Sortname"
}, {
shape: "square",
playFromHere: !0,