From c85db57b38b54d43971413b954e24a4dd790c19d Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Wed, 1 May 2024 01:56:22 -0400 Subject: [PATCH] Update album normalization value --- src/types/playbackStopInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/playbackStopInfo.ts b/src/types/playbackStopInfo.ts index 04c7950cb4..b2fff761f3 100644 --- a/src/types/playbackStopInfo.ts +++ b/src/types/playbackStopInfo.ts @@ -26,7 +26,7 @@ export interface MediaSource extends MediaSourceInfo { enableDirectPlay?: boolean; DefaultSecondarySubtitleStreamIndex?: number | null; StreamUrl?: string | null; - albumLUFS?: number | null; + albumNormalizationGain?: number | null; } export interface PlayerState {