mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add sorting for music albums in an artist's details page (#427)
This commit is contained in:
parent
42c8ef6262
commit
c184bc6833
2 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
||||||
- [DrPandemic](https://github.com/drpandemic)
|
- [DrPandemic](https://github.com/drpandemic)
|
||||||
- [Oddstr13](https://github.com/oddstr13)
|
- [Oddstr13](https://github.com/oddstr13)
|
||||||
- [petermcneil](https://github.com/petermcneil)
|
- [petermcneil](https://github.com/petermcneil)
|
||||||
|
- [lewazo](https://github.com/lewazo)
|
||||||
|
|
||||||
# Emby Contributors
|
# Emby Contributors
|
||||||
|
|
||||||
|
|
|
@ -132,7 +132,9 @@ define(["connectionManager", "listView", "cardBuilder", "imageLoader", "libraryB
|
||||||
IncludeItemTypes: "MusicAlbum",
|
IncludeItemTypes: "MusicAlbum",
|
||||||
PersonTypes: "",
|
PersonTypes: "",
|
||||||
ArtistIds: "",
|
ArtistIds: "",
|
||||||
AlbumArtistIds: ""
|
AlbumArtistIds: "",
|
||||||
|
SortOrder: "Descending",
|
||||||
|
SortBy: "ProductionYear,Sortname"
|
||||||
}, {
|
}, {
|
||||||
shape: "square",
|
shape: "square",
|
||||||
playFromHere: !0,
|
playFromHere: !0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue