Add sorting for music albums in an artist's details page (#427)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user