Merge pull request #6694 from Derek4aty1/album-album-artist-sort

Improve Album Sort on Songs Tab
This commit is contained in:
Bill Thornton
2025-04-02 13:52:24 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
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
+1 -1
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'