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 {