1
0
mirror of https://github.com/jellyfin/jellyfin-web.git synced 2025-04-18 20:24:10 +03:00

Improve Album Sort on Songs Tab

This commit is contained in:
Derek4aty1 2025-04-01 22:58:52 -05:00
parent 6ecd29339e
commit 260f01e10f
2 changed files with 2 additions and 1 deletions

View File

@ -96,6 +96,7 @@
- [K. Kyle Puchkov](https://github.com/kepper104)
- [ItsAllAboutTheCode](https://github.com/ItsAllAboutTheCode)
- [Jxiced](https://github.com/Jxiced)
- [Derek Huber](https://github.com/Derek4aty1)
## Emby Contributors

View File

@ -169,7 +169,7 @@ export default function (view, params, tabContent) {
id: 'Name'
}, {
name: globalize.translate('Album'),
id: 'Album,SortName'
id: 'Album,AlbumArtist,SortName'
}, {
name: globalize.translate('AlbumArtist'),
id: 'AlbumArtist,Album,SortName'