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:
parent
6ecd29339e
commit
260f01e10f
@ -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
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user