1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #5427 from jellyfin/audionormalization

This commit is contained in:
Bill Thornton 2024-04-30 15:29:20 -04:00 committed by GitHub
commit 8fcc4f340c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View file

@ -2816,7 +2816,7 @@ class PlaybackManager {
} else {
if (item.AlbumId != null) {
return apiClient.getItem(apiClient.getCurrentUserId(), item.AlbumId).then(function(result) {
mediaSource.albumLUFS = result.LUFS;
mediaSource.albumNormalizationGain = result.NormalizationGain;
return mediaSource;
});
}