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
+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'