diff options
| author | Bond_009 <bond.009@outlook.com> | 2024-04-28 17:16:33 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2024-04-28 17:16:33 +0200 |
| commit | 2ad872001dc1276d71964584a11f4bedc742b3f7 (patch) | |
| tree | 3f45d8293ef0c358d31ec470a15f6ca4efaafef1 /Emby.Server.Implementations/Dto | |
| parent | 88a38a61b59c20b64b5d993364dea2e1d7160d9f (diff) | |
Address comments
Diffstat (limited to 'Emby.Server.Implementations/Dto')
| -rw-r--r-- | Emby.Server.Implementations/Dto/DtoService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs index a82258bae..19902b26a 100644 --- a/Emby.Server.Implementations/Dto/DtoService.cs +++ b/Emby.Server.Implementations/Dto/DtoService.cs @@ -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) |
