From 260f01e10f09dea7d9f4a06e0c2b5dcdfefb13eb Mon Sep 17 00:00:00 2001 From: Derek4aty1 Date: Tue, 1 Apr 2025 22:58:52 -0500 Subject: [PATCH] Improve Album Sort on Songs Tab --- CONTRIBUTORS.md | 1 + src/controllers/music/songs.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 8737fc166b..0f89f27475 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -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 diff --git a/src/controllers/music/songs.js b/src/controllers/music/songs.js index bd2904ad07..0e4e734aae 100644 --- a/src/controllers/music/songs.js +++ b/src/controllers/music/songs.js @@ -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'