mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Address comments
This commit is contained in:
@@ -900,6 +900,7 @@ namespace Emby.Server.Implementations.Dto
|
||||
|
||||
if (item.LUFS.HasValue)
|
||||
{
|
||||
// -18 LUFS reference, same as ReplayGain 2.0, compatible with ReplayGain 1.0
|
||||
dto.NormalizationGain = -18f - item.LUFS;
|
||||
}
|
||||
else if (item.NormalizationGain.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user